Versions in this module Expand all Collapse all v1 v1.8.4 Feb 22, 2022 v1.8.3 Feb 22, 2022 Changes in this version + type Factory interface + New func(vdrs ids.ShortBag) Poll + func NewEarlyTermNoTraversalFactory(alpha int) Factory + func NewNoEarlyTermFactory() Factory + type Poll interface + Finished func() bool + Result func() ids.UniqueBag + Vote func(vdr ids.ShortID, votes []ids.ID) + type Set interface + Add func(requestID uint32, vdrs ids.ShortBag) bool + Len func() int + Vote func(requestID uint32, vdr ids.ShortID, votes []ids.ID) []ids.UniqueBag + func NewSet(factory Factory, log logging.Logger, namespace string, ...) Set