Keeta LogoKeeta Logo@keetanetwork/keetanet-client
    Preparing search index...

    Interface PrincipalACLWithInfoParsed

    The response from the API when requesting the ACLs for a given account

    interface PrincipalACLWithInfoParsed {
        balances: GetAllBalancesResponse;
        entity: GenericAccount;
        info: AccountInfoWithoutAccount;
        principals: ACLRow[];
    }
    Index

    Properties

    The balances for the entity

    Type declaration

    • balance: bigint

      The account balance of the specified token

      This is in raw units, and not the display units that the token uses

    • token: TokenAddress

      The account of the token

    The account for which this ACL is set

    Metadata for the entity

    principals: ACLRow[]

    Type declaration

    Permissions types

    • entity: GenericAccount

      The account that this row is for

    • permissions: Permissions

      The permissions for which this row grants

    • principal: GenericAccount

      The account that these permissions apply to

    • target: GenericAccount

      An optional target account which, depending on the permissions, may be targeted by the permission