# Functions
NewBoundedMemoryChain returns a new instance of the BoundedMemoryChain with a target max number of nodes.
# 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.