recoveryExecute
to call the vault's own grantRole
and revokeRole
functions during recovery mode.
Normal Mode: All transactions must wait for the timelock delay before execution.
Recovery Mode: Emergency state where timelock delays are bypassed. Only recoverers can perform actions, and all operations execute immediately.
Recovery mode is designed for emergency situations where immediate action is required to protect the vault.
Deploy a new TimelockVault contract with custom parameters. All roles can be configured during deployment.