Signature
IPolicyRegistry.sol
Description
Returns whetherpolicyId is a built-in sentinel or a previously-assigned custom ID. Never reverts.
Param: policyId Policy to query.
Return: Whether the policy exists.
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