reth_
revm
1.1.4
Module database
Module Items
Structs
Traits
In crate reth_
revm
reth_revm
Module
database
Copy item path
Source
Expand description
Contains glue code for integrating reth database into revm’s
Database
.
Structs
§
State
Provider
Database
A
Database
and
DatabaseRef
implementation that uses
EvmStateProvider
as the underlying data source.
Traits
§
EvmState
Provider
A helper trait responsible for providing state necessary for EVM execution.