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 entry::JournalEntry;
pub use entry::JournalEntryTr;
pub use inner::JournalInner;
Modules§
- entry
- Contains the journal entry trait and implementations.
- inner
- Module containing the
JournalInner
that is part ofcrate::Journal
.
Structs§
- Journal
- A journal of state changes internal to the EVM
- Journal
Output - Output of the journal after finalizing.