Type alias TransactionBuilderConstructor

TransactionBuilderConstructor: {
    afterIxs?: AfterIx[];
    beforeIxs?: InstructionReturn[];
    commitment?: Commitment;
    connection: Connection;
    feePayer: AsyncSigner;
    getFee?: GetPriorityFee;
    instructionCount?: InstructionCount;
    lookupTables?: AddressLookupTableAccount[];
    mapLimit?: MapLimit;
}

Type declaration

Generated using TypeDoc