package
1.13.16
Repository: https://github.com/dudebing99/go-ethereum.git
Documentation: pkg.go.dev

# Functions

New constructs a node with provided node information.
NewMergedNodeSet initializes an empty merged set.
NewNodeSet initializes a node set.
NewWithNodeSet constructs a merged nodeset with the provided single set.
NewWithPrev constructs a node with provided node information.

# 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 unique hash identifier.
NodeSet contains a set of nodes collected during the commit operation.
WithPrev wraps the Node with the previous node value attached.