package
0.0.0-20201217075903-aecdb050f89d
Repository: https://github.com/lvbin2012/neuralchain.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# 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.
NewDatabaseWithCache creates a backing store for state.
NewNodeIterator creates an post-order state node iterator.
NewStateSync create a new state trie download scheduler.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Account is the NeuralChain consensus representation of accounts.
AccountWithoutProvider represent an account without provider.
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 neuralChain protocol are used to store anything within the merkle trie.

# Interfaces

Database wraps access to tries and contract code.
Trie is a NeuralChain Merkle Patricia trie.

# Type aliases

No description provided by the author
No description provided by the author