Skip to main content

Module file

Module file 

Source
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ยง

EreBlockTupleIterator
An iterator over the BlockTuples in an ere file.
EreFile
ere file interface
EreReader
Reader for ere files that builds on top of E2StoreReader
EreWriter
Writer for ere files that builds on top of E2StoreWriter