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