Versions in this module Expand all Collapse all v0 v0.1.3 Jun 25, 2022 v0.1.0 Jun 25, 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 + Drop func(vdr ids.ShortID) + Finished func() bool + PrefixedString func(string) string + Result func() ids.Bag + Vote func(vdr ids.ShortID, vote ids.ID) + type Set interface + Add func(requestID uint32, vdrs ids.ShortBag) bool + Drop func(requestID uint32, vdr ids.ShortID) []ids.Bag + Len func() int + Vote func(requestID uint32, vdr ids.ShortID, vote ids.ID) []ids.Bag + func NewSet(factory Factory, log logging.Logger, namespace string, ...) Set