Skip to main content

Signature

IPolicyRegistry.sol

Description

Returns the minimum number of child policies a composite policy must reference, inclusive. The value is 2. Never reverts. A composite created with fewer than MIN_COMPOSITE_CHILD_POLICIES children reverts ChildPoliciesOutsideOfRange. The upper bound is enforced by MAX_COMPOSITE_CHILD_POLICIES (4).

Returns

Access Control

Read-only. No role required.

Example

Usage Example