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

    Interface ApiPerpetualsVaultRevokeAgentWalletTxBody

    Request body for revoking an Agent Wallet from a perpetuals vault.

    interface ApiPerpetualsVaultRevokeAgentWalletTxBody {
        accountCapId: string;
        sponsor?: PerpetualsSponsorConfig;
        txKind?: string;
        vaultId: string;
    }
    Index
    accountCapId: string

    Assistant capability object ID to revoke.

    Optional cached gas-pool sponsorship data.

    txKind?: string

    Optional serialized transaction kind to extend.

    vaultId: string

    Vault object whose assistant capability is revoked.