Module reth_revm::db

Expand description

Database implementations.

Modules§

Structs§

Enums§

Traits§

Type Aliases§

  • Database boxed with a lifetime and Send.
  • An empty database that always returns default values when queried.
  • A Database implementation that stores all state changes in memory.
  • More constrained version of State that uses Boxed database with a lifetime.
  • This storage represent values that are before block changed.