package
1.9.25
Repository: https://github.com/p9c/pod.git
Documentation: pkg.go.dev

# Functions

NewBoundedMemoryChain returns a new instance of the BoundedMemoryChain with a target max number of nodes.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

BoundedMemoryChain is an implementation of the headerlist.Chain interface which has a bounded size.
Node is a node within the Chain.

# Interfaces

Chain is an interface that stores a list of Nodes.