revm_precompile

Type Alias StatefulPrecompileArc

Source
pub type StatefulPrecompileArc = Arc<dyn StatefulPrecompile>;
Expand description

Arc over stateful precompile.

Aliased Typeยง

struct StatefulPrecompileArc { /* private fields */ }