pub async fn deploy_safe_exit_timelock(
provider: impl Provider,
contracts: &mut Contracts,
min_delay: U256,
proposers: Vec<Address>,
executors: Vec<Address>,
admin: Address,
) -> Result<Address>Expand description
Deploy and initialize the Safe Exit Timelock contract
Parameters:
min_delay: The minimum delay for operationsproposers: The list of addresses that can proposeexecutors: The list of addresses that can executeadmin: The address that can perform admin actions