EvmEnvFor

Type Alias EvmEnvFor 

pub type EvmEnvFor<Evm> = EvmEnv<<<<Evm as ConfigureEvm>::BlockExecutorFactory as BlockExecutorFactory>::EvmFactory as EvmFactory>::Spec>;
Available on crate feature evm only.
Expand description

Type alias for EvmEnv for a given ConfigureEvm.

Aliased Type§

pub struct EvmEnvFor<Evm> {
    pub cfg_env: CfgEnv<<<<Evm as ConfigureEvm>::BlockExecutorFactory as BlockExecutorFactory>::EvmFactory as EvmFactory>::Spec>,
    pub block_env: BlockEnv,
}

Fields§

§cfg_env: CfgEnv<<<<Evm as ConfigureEvm>::BlockExecutorFactory as BlockExecutorFactory>::EvmFactory as EvmFactory>::Spec>

The configuration environment with handler settings

§block_env: BlockEnv

The block environment containing block-specific data

Layout§

Note: Encountered an error during type layout; the type failed to be normalized.