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

    Inputs for sharing a gas pool after a deferred create operation.

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

    PTB gas-pool argument returned by a deferred create operation.

    sharePolicyArg: TransactionObjectArgument

    PTB share-policy argument returned by a deferred create operation.

    txKind?: string

    Serialized transaction kind to submit when the server builds the transaction.