pub type EthApiNodeBackend<N, Rpc> = EthApiInner<N, Rpc>;
Expand description
Adapter for EthApiInner
, which holds all the data required to serve core eth_
API.
Aliased Type§
pub struct EthApiNodeBackend<N, Rpc> { /* private fields */ }
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.