Module file

Module file 

Source
Expand description

Represents a complete Era file

The structure of an Era file follows the specification: Version | block* | era-state | other-entries* | slot-index(block)? | slot-index(state)

See also https://github.com/eth-clients/e2store-format-specs/blob/main/formats/era.md.

Structsยง

BeaconBlockIterator
An iterator of BeaconBlockIterator streaming from E2StoreReader.
EraFile
Era file interface
EraReader
Reader for era files that builds on top of E2StoreReader
EraWriter
Writer for Era files that builds on top of E2StoreWriter