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ยง
- Block
Tuple Iterator - An iterator of
BlockTuple
streaming fromE2StoreReader
. - Era1
File - Era1 file interface
- Era1
Reader - Reader for Era1 files that builds on top of
E2StoreReader
- Era1
Writer - Writer for Era1 files that builds on top of
E2StoreWriter