Type alias InstructionsWithSignersAndLUTs

InstructionsWithSignersAndLUTs: {
    instructions: InstructionWithSigners[];
    lookupTables: AddressLookupTableAccount[];
}

Type declaration

Generated using TypeDoc