Signature
Description
Setsaccounts membership in a BLOCKLIST policy to blocked in one batch.
Dev: Reverts with PolicyNotFound when policyId does not exist.
Dev: Reverts with IncompatiblePolicyType when the policy is not BLOCKLIST.
Dev: Reverts with Unauthorized when the caller is not the current admin.
Dev: Reverts with BatchSizeTooLarge when accounts.length exceeds the registry limit.
Param: policyId Policy to update.
Param: blocked Membership state to apply to every account in the batch.
Param: accounts Accounts to update.