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ยง
- Beacon
Block Iterator - An iterator of
BeaconBlockIteratorstreaming fromE2StoreReader. - 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