Documentation ¶ Index ¶ type Tracker func NewTracker() Tracker Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Tracker ¶ type Tracker interface { // IsBootstrapped checks if bootstrapped IsBootstrapped() bool // Bootstrapped marks as bootstrapped Bootstrapped(ids.ID) // OnBootstrapCompleted called when bootstrap completes OnBootstrapCompleted() chan ids.ID } Tracker tracks consensus state func NewTracker ¶ func NewTracker() Tracker NewTracker creates a new tracker Source Files ¶ View all Source files tracker.go Click to show internal directories. Click to hide internal directories.