# 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.
# Interfaces
Trie is used for statedb to store key-value pairs.