pub async fn perform_timelock_operation(
provider: &impl Provider,
contract_type: Contract,
operation: TimelockOperationPayload,
operation_type: TimelockOperationType,
params: TimelockOperationParams,
) -> Result<B256>Expand description
Unified function to perform timelock operations (schedule, execute, cancel) Routes to EOA or multisig based on params