Expand description
This module contains Journal struct and implements JournalTr trait for it.
Entry submodule contains JournalEntry and JournalEntryTr traits.
and inner submodule contains JournalInner struct that contains state.
Re-exports§
pub use inner::JournalInner;
Modules§
- inner
- Module containing the
JournalInnerthat is part ofcrate::Journal. - warm_
addresses - This module contains
WarmAddressesstruct that stores addresses that are warm loaded.
Structs§
- Journal
- A journal of state changes internal to the EVM
Enums§
- Journal
Entry - Journal entries that are used to track changes to the state and are used to revert it.
Traits§
- Journal
Entry Tr - Trait for tracking and reverting state changes in the EVM. Journal entry contains information about state changes that can be reverted.