Module era1_file

Source
Expand description

Represents a complete Era1 file

The structure of an Era1 file follows the specification: Version | block-tuple* | other-entries* | Accumulator | BlockIndex

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

Structsยง

BlockTupleIterator
An iterator of BlockTuple streaming from E2StoreReader.
Era1File
Era1 file interface
Era1Reader
Reader for Era1 files that builds on top of E2StoreReader
Era1Writer
Writer for Era1 files that builds on top of E2StoreWriter