Expand description
Represents a complete ere (era execution) file.
The structure of an ere file follows the specification:
Version | CompressedHeader+ | CompressedBody+ | CompressedSlimReceipts* | Proof* | TotalDifficulty* | other-entries* | Accumulator? | DynamicBlockIndex
See also https://github.com/eth-clients/e2store-format-specs/blob/main/formats/ere.md.
Structsยง
- EreBlock
Tuple Iterator - An iterator over the
BlockTuples in anerefile. - EreFile
erefile interface- EreReader
- Reader for
erefiles that builds on top ofE2StoreReader - EreWriter
- Writer for
erefiles that builds on top ofE2StoreWriter