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

    Type Alias ACLUpdate

    ACLUpdate: DistributiveOmit<ACLRow, "method" | "permissions" | "target"> & {
        method: AdjustMethod;
        permissions: Permissions | null;
        target?: GenericAccount;
    }

    Update an ACL for an account

    Type declaration

    • method: AdjustMethod

      The method to use to update the ACL

    • permissions: Permissions | null

      The permissions to set for the ACL

      If this is set to null, the permissions will be unset

    • Optionaltarget?: GenericAccount