# Functions
New constructs a node with provided node information.
NewDeleted constructs a node which is deleted.
NewMergedNodeSet initializes an empty merged set.
NewNodeSet initializes a node set.
NewWithNodeSet constructs a merged nodeset with the provided single set.
# Structs
MergedNodeSet represents a merged node set for a group of tries.
Node is a wrapper which contains the encoded blob of the trie node and its node hash.
NodeSet contains a set of nodes collected during the commit operation.