isSequentialTransactionPlan
Checks if the given transaction plan is a SequentialTransactionPlan.
Parameters
| Parameter | Type | Description |
|---|---|---|
plan | TransactionPlan | The transaction plan to check. |
Returns
plan is Readonly<{ divisible: boolean; kind: "sequential"; plans: TransactionPlan[]; planType: "transactionPlan" }>
true if the plan is a sequential transaction plan, false otherwise.