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[]