interface SetupData {
    instructions: TransactionInstruction[];
    setupNeeded: boolean;
    wrapperKeypair: null | Keypair;
}

Properties

instructions: TransactionInstruction[]
setupNeeded: boolean
wrapperKeypair: null | Keypair