package
1.5.12
Repository: https://github.com/digdeepmining/go-atheios.git
Documentation: pkg.go.dev

# Functions

ManagedState returns a new managed state with the statedb as it's backing layer.
Create a new state from a given trie.
NewNodeIterator creates an post-order state node iterator.
NewStateSync create a new state trie download scheduler.

# Variables

Trie cache generation limit after which to evic trie nodes from memory.

# 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
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 ubiq protocol are used to store anything within the merkle trie.
StateObject represents an Ethereum account which is being modified.

# 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