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

# 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.
NewProofSet creates an empty 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.
ProofSet stores a set of trie nodes.

# Type aliases

ProofList stores an ordered list of trie nodes.