mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
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:
@ -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`
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user