nonDivisibleSequentialInstructionPlan
Creates a non-divisible SequentialInstructionPlan 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
Readonly<{
divisible: boolean;
kind: "sequential";
plans: InstructionPlan[];
}> & object