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

    Interface ApiGasPoolCreateResponse

    Transaction data returned after creating a gas pool.

    interface ApiGasPoolCreateResponse {
        gasPoolArg?: TransactionObjectArgument;
        sharePolicyArg?: TransactionObjectArgument;
        txKind: string;
    }
    Index
    gasPoolArg?: TransactionObjectArgument

    PTB argument for the new gas pool when sharing is deferred.

    sharePolicyArg?: TransactionObjectArgument

    PTB argument for the new share policy when sharing is deferred.

    txKind: string

    Serialized transaction kind returned by the gas-pool service.