Type Alias StatefulPrecompileArc

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

Arc over stateful precompile.

Aliased Typeยง

pub struct StatefulPrecompileArc { /* private fields */ }