Module journaled_state
- Journal
- A journal of state changes internal to the EVM
- JournalOutput
- Output of the journal after finalizing.
- JournalEntry
- Journal entries that are used to track changes to the state and are used to revert it.
- JournalEntryTr
- Trait for tracking and reverting state changes in the EVM.
Journal entry contains information about state changes that can be reverted.
- JournalInit
- A clonable version of JournaledState that uses EmptyDB.
Used to clone the journaled state and for initialization of new journaled state.