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

    Interface ApiPerpetualsAdminAccountCapsResponse

    Response payload for fetching admin account caps by explicit account IDs.

    interface ApiPerpetualsAdminAccountCapsResponse {
        accountCaps: PerpetualsAccountCap[];
    }
    Index
    accountCaps: PerpetualsAccountCap[]

    Admin account capabilities matching the requested account IDs.