Signature
IPolicyRegistry.sol
Description
Returns the current admin ofpolicyId, or address(0) for built-in sentinels,
renounced policies, unknown IDs, and malformed IDs. Never reverts.
Param: policyId Policy to query.
Return: Current admin, or address(0).
Access Control
Read-only or ERC-20-standard access rules unless the NatSpec states otherwise.Policy Interaction
This is part of the singleton PolicyRegistry surface used by B20 policy scopes.Example
Usage Example