Signature
Description
Setsaccounts membership in an ALLOWLIST policy to allowed in one batch.
Dev: Reverts with PolicyNotFound when policyId does not exist.
Dev: Reverts with IncompatiblePolicyType when the policy is not ALLOWLIST.
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: allowed Membership state to apply to every account in the batch.
Param: accounts Accounts to update.