# Functions
NewDatabase initializes the trie database with default settings, note the legacy hash-based scheme is used by default.
NewStateSet initializes an empty state set.
# Variables
HashDefaults represents a config for using hash-based scheme with default settings.
VerkleDefaults represents a config for holding verkle trie data using path-based scheme with default settings.