Versions in this module Expand all Collapse all v0 v0.12.11 Aug 11, 2021 Changes in this version + type BoundedMemoryChain struct + func NewBoundedMemoryChain(maxNodes uint32) *BoundedMemoryChain + func (b *BoundedMemoryChain) Back() *Node + func (b *BoundedMemoryChain) Front() *Node + func (b *BoundedMemoryChain) PushBack(n Node) *Node + func (b *BoundedMemoryChain) ResetHeaderState(n Node) + type Chain interface + Back func() *Node + Front func() *Node + PushBack func(Node) *Node + ResetHeaderState func(Node) + type Node struct + Header wire.BlockHeader + Height int32 + func (n *Node) Prev() *Node