Trait reth::core::rpc::api::servers::eth::FullEthApiServer

source ·
pub trait FullEthApiServer: EthApiServer + FullEthApi + UpdateRawTxForwarder + 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§