Type Alias reth_optimism_rpc::eth::EthApiNodeBackend

source ·
pub type EthApiNodeBackend<N> = EthApiInner<<N as FullNodeTypes>::Provider, <N as FullNodeComponents>::Pool, <N as FullNodeComponents>::Network, <N as FullNodeComponents>::Evm>;
Available on crate feature optimism only.
Expand description

Adapter for [EthApiInner], which holds all the data required to serve core eth_ API.

Aliased Type§

struct EthApiNodeBackend<N> { /* private fields */ }

Layout§

Note: Encountered an error during type layout; the type failed to be normalized.