Module precompiles

Module precompiles 

Available on crate feature evm only.
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.
PrecompileInput
Input for a precompile call.
PrecompilesMap
A mapping of precompile contracts that can be either static (builtin) or dynamic.

Traits§

Precompile
Trait for implementing precompiled contracts.
PrecompileLookup
Trait for dynamically resolving precompile contracts.