Signature
IPolicyRegistry.sol
Description
Permanently relinquishes administration ofpolicyId. The member set is frozen
and the policy can never be re-administered; isAuthorized queries continue to work.
Dev: Reverts with PolicyNotFound when policyId does not exist.
Dev: Reverts with Unauthorized when the caller is not the current admin.
Param: policyId Policy whose administration is being renounced.
Access Control
Callable by the policy admin for the target policy.Policy Interaction
This is part of the singleton PolicyRegistry surface used by B20 policy scopes.Example
Usage Example