Type Alias revm_primitives::precompile::StatefulPrecompileBox
source · pub type StatefulPrecompileBox = Box<dyn StatefulPrecompileMut>;
Expand description
Box over mutable stateful precompile
Aliased Type§
struct StatefulPrecompileBox(/* private fields */);