Module journaled_state
Expand description
Journaled state trait JournalTr and related types.
Modules§
- account
- This module contains
JournaledAccountstruct a wrapper around account and journal entries that allow updates to the account and journal entries. - entry
- Contains the journal entry trait and implementations.
Structs§
- Account
Info Load - Result of the account load from Journal state
- Account
Load - Result of the account load from Journal state
- Journal
Checkpoint - SubRoutine checkpoint that will help us to go back from this
- State
Load - State load information that contains the data and if the account or storage is cold loaded
Enums§
- Journal
Load Error - Error that can happen when loading account info.
- Transfer
Error - Transfer and creation result
Traits§
- Journal
Tr - Trait that contains database and journal of all changes that were made to the state.