Versions in this module Expand all Collapse all v1 v1.11.13-rc.2 Dec 4, 2024 v1.0.0 Dec 4, 2024 Changes in this version + type Tree interface + Add func(blkID ids.ID, parentID ids.ID) + GetAncestor func(blkID ids.ID) ids.ID + Has func(blkID ids.ID) bool + Len func() int + Remove func(blkID ids.ID) + RemoveDescendants func(blkID ids.ID) + func NewTree() Tree