Trait reth::core::rpc::api::servers::eth::helpers::FullEthApi

source ·
pub trait FullEthApi: EthApiSpec + EthTransactions + EthBlocks + EthState + EthCall + EthFees + Trace + LoadReceipt { }
Expand description

Helper trait to unify all eth rpc server building block traits, for simplicity.

This trait is automatically implemented for any type that implements all the Eth traits.

Object Safety§

This trait is not object safe.

Implementors§