Module precompiles

Expand description

Helpers for dealing with Precompiles.

Structs§

DynPrecompile
A dynamic precompile implementation that can be modified at runtime.
DynPrecompiles
A mutable representation of precompiles that allows for runtime modification.

Enums§

PrecompilesMap
A mapping of precompile contracts that can be either static (builtin) or dynamic.

Traits§

Precompile
Trait for implementing precompiled contracts.