pub type EthApiFor<N, NetworkT = Ethereum> = EthApi<N, EthRpcConverterFor<N, NetworkT>>;Expand description
Helper type alias for EthApi with components from the given [FullNodeComponents].
Aliased Type§
pub struct EthApiFor<N, NetworkT = Ethereum> { /* private fields */ }Layout§
Note: Encountered an error during type layout; the type failed to be normalized.