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

    Interface ApiGasPoolWithdrawResponse

    Transaction data returned after withdrawing from a gas pool.

    interface ApiGasPoolWithdrawResponse {
        txKind: string;
        withdrawnCoinArg?: TransactionObjectArgument;
    }
    Index
    txKind: string

    Serialized transaction kind returned by the gas-pool service.

    withdrawnCoinArg?: TransactionObjectArgument

    PTB argument for the withdrawn coin (only set when deferTransfer = true).