# Functions
ManagedState returns a new managed state with the statedb as it's backing layer.
Create a new state from a given trie.
NewDatabase creates a backing store for state.
NewDatabase creates a backing store for state.
NewNodeIterator creates an post-order state node iterator.
NewStateSync create a new state trie download scheduler.
# Constants
account record value of Foundation.
account record value of circulation.
account record value of Mining.
account record value of OfflineMarketing.
account record value of OnlineMarketing.
account record value of team.
account record value of Verify.
account record value of Voting.
# Variables
Trie cache generation limit after which to evict trie nodes from memory.
No description provided by the author
No description provided by the author
Resource by zc.
# Structs
Account is the Ethereum consensus representation of accounts.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
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.
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
No description provided by the author
# Interfaces
Database wraps access to tries and contract code.
No description provided by the author
No description provided by the author
Trie is a Ethereum Merkle Trie.