InstructionGenerator
InstructionGenerator
type InstructionGenerator =
| TransactionInstruction[]
| ((params) => TransactionInstruction[] | Promise<TransactionInstruction[]>);Defined in: types.ts:753
type InstructionGenerator =
| TransactionInstruction[]
| ((params) => TransactionInstruction[] | Promise<TransactionInstruction[]>);Defined in: types.ts:753