# Functions
New creates a new state from a given trie.
NewEmptyAccount returns an empty account.
NewEmptyTxConfig construct an empty TxConfig, used in context where there's no transaction, e.g.
NewTxConfig returns a TxConfig.
# Interfaces
Keeper provide underlying storage of StateDB.
# Type aliases
Storage represents in-memory cache/buffer of contract storage.