# Functions
ManagedState returns a new managed state with the statedb as it's backing layer.
Create a new state from a given trie.
No description provided by the author
No description provided by the author
NewStateSync create a new state trie download scheduler.
# Variables
The starting nonce determines the default nonce when new accounts are being created.
# Structs
No description provided by the author
No description provided by the author
StateDBs within the ethereum protocol are used to store anything within the merkle trie.
No description provided by the author
Storage change object.
No description provided by the author
# Type aliases
No description provided by the author
StateSync is the main state synchronisation scheduler, which provides yet the unknown state hashes to retrieve, accepts node data associated with said hashes and reconstructs the state database step by step until all is done.
No description provided by the author