parallelTransactionPlan
Creates a ParallelTransactionPlan from an array of nested plans.
It can accept TransactionMessage objects directly, which will be wrapped in SingleTransactionPlans automatically.
Parameters
| Parameter | Type |
|---|---|
plans | ( | TransactionMessage & TransactionMessageWithFeePayer<string> | TransactionPlan)[] |
Returns
Examples
Using explicit SingleTransactionPlans.
Using TransactionMessages directly.