Skip to main content

Crate signet_journal

Crate signet_journal 

Source
Expand description

Signet journal utilities.

In general, it is recommended to use the Journal enum, for forwards compatibility.

Structs§

HostJournal
Journal associated with a host block. The journal is an index over the EVM state changes. It can be used to repopulate
JournalMeta
Metadata for a block journal. This includes the block header, the host height, and the hash of the previous journal.
JournalSet
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§

JournalStream
Any Stream that produces Journals.