Trait reth_rpc_eth_api::core::FullEthApiServer

source ·
pub trait FullEthApiServer:
    EthApiServer<RpcTransaction<Self::NetworkTypes>, RpcBlock<Self::NetworkTypes>, RpcReceipt<Self::NetworkTypes>>
    + FullEthApi
    + Clone { }
Expand description

Helper trait, unifies functionality that must be supported to implement all RPC methods for server.

Object Safety§

This trait is not object safe.

Implementors§