SafeExitTimelock
Inherits: TimelockController
Title: SafeExitTimelock
A timelock controller for contracts that can have a long delay before updates are applied
The delay on the contract is long enough for users to exit the system if they do not agree with the update
Functions
constructor
constructor(
uint256 minDelay,
address[] memory proposers,
address[] memory executors,
address admin
) TimelockController(minDelay, proposers, executors, admin);