Module host
revm_
context
9.0.2
Module host
Module Items
Structs
Enums
Traits
In crate revm_
context
revm_context
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.
Enums
§
Load
Error
Error that can happen when loading account info.
Traits
§
Host
Host trait with all methods that are needed by the Interpreter.