Signature
IPolicyRegistry.sol
Description
Completes a two-step admin transfer. The caller must be the staged pending admin. On success, the caller becomes the active admin and the pending slot is cleared. This function is gated by theActivationRegistry; it reverts with FeatureNotActivated while the feature is inactive.
Parameters
Access Control
Callable only by the staged pending admin for the target policy.Revert Conditions
Example
Usage Example