Umi — API References - v1.3.0
    Preparing search index...

    Type Alias TransactionBuilderOptions

    The available options of a transaction builder.

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

    Properties

    addressLookupTables?: AddressLookupTableInput[]

    The address lookup tables to attach to the built transaction.

    The blockhash that should be associated with the built transaction.

    feePayer?: Signer

    The signer paying for the transaction fee.

    The version of the transaction to build.