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