Skip to main content

Signature

IPolicyRegistry.sol

Description

Permanently relinquishes administration of policyId. After this call, the member set is frozen: no one can add or remove members, replace composite children, or assign a new admin. isAuthorized queries continue to work normally. Use this when you want to guarantee that a policy’s membership can never change, for example, to make a compliance list immutable.
  • Administration is gone permanently. There is no call that assigns a new admin after renounce.
  • Emits PolicyAdminUpdated(policyId, previousAdmin, address(0)).

Parameters

Reverts

Access Control

Callable only by the current policy admin for policyId.

Example

Usage Example