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

    Inputs for granting a wallet access to a gas pool.

    interface ApiGasPoolGrantBody {
        gasPoolArg?: TransactionObjectArgument;
        targetWalletAddress: string;
        txKind?: string;
        walletAddress: string;
    }
    Index
    gasPoolArg?: TransactionObjectArgument

    PTB gas-pool argument from an earlier command in the same transaction.

    targetWalletAddress: string

    Wallet that receives access to the gas pool.

    txKind?: string

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

    walletAddress: string

    Owner wallet authorizing the grant.