Skip to main content
Related concept

Signature

Description

Completes a two-step admin transfer. Promotes the caller to active admin and clears the pending slot. Dev: Reverts with PolicyNotFound when policyId does not exist. Dev: Reverts with NoPendingAdmin when no transfer is in flight. Dev: Reverts with Unauthorized when the caller is not the staged pending admin. Param: policyId Policy whose admin transfer is being finalized.

Access control

Callable by the policy admin for the target policy.

Policy interaction

This is part of the singleton PolicyRegistry surface used by B20 policy scopes.

Example