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.
- Precompile
Input - Input for a precompile call.
- Precompiles
Map - A mapping of precompile contracts that can be either static (builtin) or dynamic.
Traits§
- Precompile
- Trait for implementing precompiled contracts.
- Precompile
Lookup - Trait for dynamically resolving precompile contracts.