Module journaled_state

Module journaled_state 

Source
Expand description

Journaled state trait JournalTr and related types.

Structs§

AccountInfoLoad
Result of the account load from Journal state
AccountLoad
Result of the account load from Journal state
JournalCheckpoint
SubRoutine checkpoint that will help us to go back from this
StateLoad
State load information that contains the data and if the account or storage is cold loaded

Enums§

JournalLoadError
Error that can happen when loading account info.
TransferError
Transfer and creation result

Traits§

JournalTr
Trait that contains database and journal of all changes that were made to the state.