chore(rpc): move impl of eth api server out of reth-rpc-eth-api (#9135)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Emilia Hane
2024-06-27 14:34:17 +02:00
committed by GitHub
parent 933a1dea39
commit 1b9f5871f5
92 changed files with 2326 additions and 1798 deletions

View File

@ -3,7 +3,7 @@ use reth::{primitives::Block, providers::BlockReaderIdExt};
// Rpc related imports
use jsonrpsee::proc_macros::rpc;
use reth::rpc::eth::error::EthResult;
use reth::rpc::server_types::eth::EthResult;
/// trait interface for a custom rpc namespace: `MyRpc`
///