parallelInstructionPlan
Creates a ParallelInstructionPlan from an array of nested plans.
It can accept Instruction objects directly, which will be wrapped in SingleInstructionPlans automatically.
Parameters
| Parameter | Type |
|---|---|
plans | ( | Instruction<string, readonly ( | AccountLookupMeta<string, string> | AccountMeta<string>)[]> | InstructionPlan)[] |
Returns
Examples
Using explicit {@link SingleInstructionPlan | SingleInstructionPlans}.
Using {@link Instruction | Instructions} directly.