Skip to main content

Signature

IPolicyRegistry.sol

Description

Stages a proposed new admin for policyId. The active admin does not change until pendingAdmin calls finalizeUpdateAdmin. Passing address(0) as newAdmin cancels any in-flight transfer. Re-staging while a pending admin already exists overwrites the prior nomination — the previous candidate loses their ability to finalize.

Parameters

Access Control

Callable by the current policy admin for the target policy.

Revert Conditions

Example

Usage Example