Skip to main content

Signature

IPolicyRegistry.sol

Description

Returns true if policyId is a built-in sentinel (ALWAYS_ALLOW or ALWAYS_BLOCK) or a previously-assigned custom policy ID. Never reverts, regardless of the input value.

Parameters

Returns

Access Control

Read-only. Always callable — this function is never gated by the ActivationRegistry, whether or not the PolicyRegistry feature is active.

Example

Usage Example