Update the async runtime with syntactic sugar.

This commit is contained in:
Omar Abdulla
2025-07-14 21:13:58 +03:00
parent 3e99d1c2a5
commit 331705134a
11 changed files with 248 additions and 254 deletions
+2 -5
View File
@@ -3,12 +3,9 @@
use alloy::primitives::Address;
use alloy::rpc::types::trace::geth::{DiffMode, GethTrace};
use alloy::rpc::types::{TransactionReceipt, TransactionRequest};
use tokio_runtime::TO_TOKIO;
pub mod nonce;
mod tokio_runtime;
pub mod trace;
pub mod transaction;
mod blocking_executor;
pub use blocking_executor::*;
/// An interface for all interactions with Ethereum compatible nodes.
pub trait EthereumNode {