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

    Base vault-capability object, as represented on-chain.

    interface PerpetualsVaultCap {
        accountId: bigint;
        accountObjectId: string;
        collateralCoinType: string;
        objectId: string;
        ownerAddress: string;
        vaultId: string;
    }
    Index
    accountId: bigint

    Perpetuals account ID controlled by the vault.

    accountObjectId: string

    Object ID of the account object owned by the vault.

    collateralCoinType: string

    Collateral coin type used by the vault account.

    objectId: string

    Capability object ID.

    ownerAddress: string

    Owner of the vault-capability.

    vaultId: string

    Vault object ID that this cap grants permissions for.