Skip to main content

Crate ovr_fp_evm

Crate ovr_fp_evm 

Source

Structs§

Context
Context of the runtime.
PrecompileOutput
Data returned by a precompile on success.

Enums§

ExitError
Exit error reason.
ExitRevert
Exit revert reason.
ExitSucceed
Exit succeed reason.
PrecompileFailure
Data returned by a precompile in case of failure.

Traits§

LinearCostPrecompile
Precompile
One single precompile used by EVM engine.
PrecompileSet
A set of precompiles. Checks of the provided address being in the precompile set should be as cheap as possible since it may be called often.

Type Aliases§

PrecompileResult