Module db

Source
Expand description

revm related types Helper types for working with revm

Structs§

SerializableAccountRecord
SerializableBlock
SerializableHistoricalStates
SerializableState
SerializableTransaction
StateDb
Represents a state at certain point

Enums§

SerializableTransactionType
Defines a backwards-compatible enum for transactions. This is essential for maintaining compatibility with state dumps created before the changes introduced in PR #8411.

Traits§

Db
This bundles all required revm traits
MaybeForkedDatabase
Helper trait to reset the DB if it’s forked
MaybeFullDatabase
Helper trait get access to the full state data of the database

Functions§

deserialize_btree 🔒