Type Alias EvmFor
pub type EvmFor<Evm, DB, I = NoOpInspector> = <<<Evm as ConfigureEvm>::BlockExecutorFactory as BlockExecutorFactory>::EvmFactory as EvmFactory>::Evm<DB, I>;
Available on crate feature
evm
only.Expand description
Helper to access EvmFactory::Evm
for a given ConfigureEvm
.
Layout§
Note: Encountered an error during type layout; the type failed to be normalized.