# Functions
New initializes the hash-based node database.
# Structs
Database is an intermediate write layer between the trie data structures and the disk database.
# Interfaces
ChildResolver defines the required method to decode the provided trie node and iterate the children on top.