pub type EthApiFor<N, NetworkT = Ethereum> = EthApi<N, RpcConverter<NetworkT, <N as FullNodeComponents>::Evm, EthReceiptConverter<<<N as FullNodeTypes>::Provider as ChainSpecProvider>::ChainSpec>>>;Available on crate feature
rpc only.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.