Skip to main content

Module precompiles

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

Enums§

MovePrecompileError
Error that can occur when moving precompiles.

Traits§

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