aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Interface DynamicGasAddresses

    Address configuration used by dynamic-gas sponsorship.

    interface DynamicGasAddresses {
        sponsorAddress: string;
    }
    Index
    sponsorAddress: string

    Sui address of the account that sponsors dynamic-gas transactions.