reth_db_api

Module models

source
Expand description

Implements data structures specific to the database

Re-exports§

Modules§

Structs§

  • Account as it is saved in the database.
  • Client version that accessed the database.
  • Wrapper struct so it can use StructFlags from Compact, when used as pure table values.
  • Placeholder struct for when there is no need for a fieldset. Doesn’t actually write or read any data.
  • Wrapper struct so it can use StructFlags from Compact, when used as pure table values.
  • Fieldset that facilitates compacting the parent type. Used bytes: 1 | Unused bits: 4
  • Wrapper struct so it can use StructFlags from Compact, when used as pure table values.
  • Fieldset that facilitates compacting the parent type. Used bytes: 1 | Unused bits: 2
  • The storage of the block body indices.
  • The storage representation of block withdrawals.