Versions in this module Expand all Collapse all v1 v1.16.39 Oct 29, 2025 Changes in this version + type PausableManager interface + Connect func(nodeID ids.NodeID) error + Disconnect func(nodeID ids.NodeID) error + IsConnected func(nodeID ids.NodeID) bool + IsPaused func(nodeID ids.NodeID) bool + StartTracking func(nodeIDs []ids.NodeID) error + StopTracking func(nodeIDs []ids.NodeID) error