revm_primitives::precompile

Type Alias StatefulPrecompileBox

Source
pub type StatefulPrecompileBox = Box<dyn StatefulPrecompileMut>;
Expand description

Box over mutable stateful precompile

Aliased Typeยง

struct StatefulPrecompileBox(/* private fields */);