DefaultOpEvm

Type Alias DefaultOpEvm 

pub type DefaultOpEvm<CTX, INSP = ()> = OpEvm<CTX, INSP>;
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.

Layout§

Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.