Module host
reth_
ethereum
1.6.0
Module host
Module Items
Structs
Traits
In reth_
ethereum::
evm::
primitives::
revm::
context
reth_ethereum
::
evm
::
primitives
::
revm
::
context
Module
host
Copy item path
Available on
crate feature
evm
only.
Expand description
Host interface for external blockchain state access.
Structs
§
Dummy
Host
Dummy host that implements
Host
trait and returns all default values.
Traits
§
Host
Host trait with all methods that are needed by the Interpreter.