interface BatchInstructionResult {
    creationBatches: BatchCreationItem[];
    setupInstructions: TransactionInstruction[];
}

Properties

creationBatches: BatchCreationItem[]
setupInstructions: TransactionInstruction[]