package
1.3.0
Repository: https://github.com/avadesian/go-seele.git
Documentation: pkg.go.dev

# Functions

NewEmptyStatedb creates an empty statedb instance.
NewStatedb constructs and returns a statedb instance.
NewStatedbWithTrie creates a statedb instance with specified trie.

# Variables

TrieDbPrefix is the key prefix of trie database in statedb.

# Structs

Statedb is used to store accounts into the MPT tree.

# Interfaces

Trie is used for statedb to store key-value pairs.