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

    Inputs for revoking a wallet's access to a gas pool.

    interface ApiGasPoolRevokeBody {
        targetWalletAddress: string;
        txKind?: string;
        walletAddress: string;
    }
    Index
    targetWalletAddress: string

    Wallet whose access to the gas pool is revoked.

    txKind?: string

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

    walletAddress: string

    Owner wallet authorizing the revocation.