Expand description
Signet journal utilities.
In general, it is recommended to use the Journal enum, for forwards
compatibility.
Structs§
- Host
Journal - Journal associated with a host block. The journal is an index over the EVM state changes. It can be used to repopulate
- Journal
Meta - Metadata for a block journal. This includes the block header, the host height, and the hash of the previous journal.
- Journal
Set - A set of journals, ordered by height and hash.
Enums§
- Journal
- Journal versions.
Constants§
- GENESIS_
JOURNAL_ HASH - The genesis journal hash for the signet chain.
Traits§
- Journal
Stream - Any
Streamthat producesJournals.