pub(super) async fn run(
safe: Address,
safe_tx_hash: B256,
confirmations: u64,
timeout: Option<u64>,
poll_interval: Option<u64>,
service: SafeServiceOpts,
rpc: RpcOpts,
wallet: WalletOpts,
tx: TransactionOpts,
) -> Result<()>