revm_
interpreter
22.0.1
Module host
Module Items
Structs
Traits
In crate revm_
interpreter
revm_interpreter
Module
host
Copy item path
Source
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.