Module database

Expand description

Contains glue code for integrating reth database into revm’s Database.

Structs§

StateProviderDatabase
A Database and DatabaseRef implementation that uses EvmStateProvider as the underlying data source.

Traits§

EvmStateProvider
A helper trait responsible for providing state necessary for EVM execution.