revm
18.0.0
In revm::
primitives::
precompile
Structs
PrecompileOutput
Enums
Precompile
PrecompileError
PrecompileErrors
Traits
StatefulPrecompile
StatefulPrecompileMut
Type Aliases
EnvPrecompileFn
PrecompileResult
StandardPrecompileFn
StatefulPrecompileArc
StatefulPrecompileBox
revm
::
primitives
::
precompile
Type Alias
StandardPrecompileFn
Copy item path
Settings
Help
Summary
Source
pub type StandardPrecompileFn =
fn
(_: &
Bytes
, _:
u64
) ->
Result
<
PrecompileOutput
,
PrecompileErrors
>;