bankai_sdk/fetch/evm/
mod.rs

1pub mod beacon;
2pub mod execution;
3
4// pub struct EvmFetcher {
5//     pub api_client: ApiClient,
6//     pub execution: ExecutionChainFetcher,
7//     pub beacon: BeaconChainFetcher,
8// }
9
10// impl EvmFetcher {
11//     pub fn new(api_client: ApiClient, rpc_url: String, network_id: u64) -> Self {
12//         Self { api_client, rpc_url, network_id }
13//     }
14// }