Type Alias DefaultOpEvm

Source
pub type DefaultOpEvm<CTX, INSP = ()> = OpEvm<CTX, INSP, EthInstructions<EthInterpreter, CTX>, OpPrecompiles>;
Expand description

Type alias for default OpEvm

Aliased Type§

pub struct DefaultOpEvm<CTX, INSP = ()>(pub Evm<CTX, INSP, EthInstructions<EthInterpreter, CTX>, OpPrecompiles, EthFrame>);

Tuple Fields§

§0: Evm<CTX, INSP, EthInstructions<EthInterpreter, CTX>, OpPrecompiles, EthFrame>

Inner EVM type.