TransactionBuilderOptions: {
    addressLookupTables?: AddressLookupTableInput[];
    blockhash?: Blockhash | BlockhashWithExpiryBlockHeight;
    feePayer?: Signer;
    version?: TransactionVersion;
}

The available options of a transaction builder.

Type declaration

Generated using TypeDoc