reth_db

Module static_file

Source
Expand description

reth’s static file database table import and access

Macros§

Structs§

  • Mask for selecting a block hash value from Headers static file segment
  • Mask for selecting a single header from Headers static file segment
  • Mask for selecting a header along with block hash from Headers static file segment
  • Mask for selecting a single receipt from Receipts static file segment
  • Cursor of a static file segment.
  • Mask for selecting a total difficulty along with block hash from Headers static file segment
  • Mask for selecting a total difficulty value from Headers static file segment
  • Mask for selecting a single transaction from Transactions static file segment

Traits§

Functions§

  • Given the static_files directory path, it returns a list over the existing static_files organized by [StaticFileSegment]. Each segment has a sorted list of block ranges and transaction ranges as presented in the file configuration.