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

    Interface AccountACLRow

    interface AccountACLRow {
        entity: GenericAccount;
        permissions: Permissions;
        principal: GenericAccount;
        principalType: "ACCOUNT";
        target: GenericAccount;
    }

    Hierarchy (View Summary)

    Index

    Properties

    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

    principalType: "ACCOUNT"

    The type of ACL row, which determines the shape of the principal

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