Module reth_revm::db::states::changes

Structs§

  • Plain state reverts are used to easily store reverts into database.
  • Plain storage changeset. Used to apply storage changes of plain state to the database.
  • Plain Storage Revert. Containing old values of changed storage.
  • accounts/storages/contracts for inclusion into database. Structure is made so it is easier to apply directly to database that mostly have separate tables to store account/storage/contract data.

Type Aliases§