# Functions
No description provided by the author
ManagedState returns a new managed state with the statedb as it's backing layer.
No description provided by the author
Create a new state from a given trie.
NewDatabase creates a backing store for state.
NewDatabaseWithCache creates a backing store for state.
NewNodeIterator creates an post-order state node iterator.
NewStateSync create a new state trie download scheduler.
# Variables
Trie cache generation limit after which to evict trie nodes from memory.
# Structs
Account is the Smilo consensus representation of accounts.
Dump represents the full dump in a collected format, as one large map.
DumpAccount represents an account in the state.
No description provided by the author
NodeIterator is an iterator to traverse the entire state trie post-order, including all of the contract code and contract state tries.
StateDBs within the ethereum protocol are used to store anything within the merkle trie.