isParallelTransactionPlanResult
Checks if the given transaction plan result is a ParallelTransactionPlanResult.
Parameters
| Parameter | Type | Description |
|---|---|---|
plan | TransactionPlanResult | The transaction plan result to check. |
Returns
plan is Readonly<{ kind: "parallel"; plans: TransactionPlanResult<TransactionPlanResultContext, Readonly<{ kind: "single"; message: TransactionMessage & TransactionMessageWithFeePayer<string>; status: TransactionPlanResultStatus<TransactionPlanResultContext> }>>[] }>
true if the result is a parallel transaction plan result, false otherwise.