Module journaled_state

Structs§

Journal
A journal of state changes internal to the EVM
JournalOutput
Output of the journal after finalizing.

Enums§

JournalEntry
Journal entries that are used to track changes to the state and are used to revert it.

Traits§

JournalEntryTr
Trait for tracking and reverting state changes in the EVM. Journal entry contains information about state changes that can be reverted.

Type Aliases§

JournalInit
A clonable version of JournaledState that uses EmptyDB. Used to clone the journaled state and for initialization of new journaled state.