pub type DynRpcConverter<Evm, Network, Error = EthApiError> = Box<dyn RpcConvert<Network = Network, Primitives = <Evm as ConfigureEvm>::Primitives, Error = Error, Spec = <<<Evm as ConfigureEvm>::BlockExecutorFactory as BlockExecutorFactory>::EvmFactory as EvmFactory>::Spec, TxEnv = <<<Evm as ConfigureEvm>::BlockExecutorFactory as BlockExecutorFactory>::EvmFactory as EvmFactory>::Tx>>;
Available on crate feature
rpc
only.Expand description
Boxed RPC converter.
Aliased Type§
pub struct DynRpcConverter<Evm, Network, Error = EthApiError>(/* private fields */);
Layout§
Note: Encountered an error during type layout; the type failed to be normalized.