interfaces

package
v0.6.12 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 19, 2024 License: GPL-3.0, LGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Manager

type Manager interface {
	stateinterfaces.State
	avalancheuptime.Manager
	ValidatorReader

	// Sync updates the validator set managed
	// by the manager
	Sync(ctx context.Context) error
	// DispatchSync starts the sync process
	DispatchSync(ctx context.Context)
}

type ValidatorReader

type ValidatorReader interface {
	// GetValidatorAndUptime returns the uptime of the validator specified by validationID
	GetValidatorAndUptime(validationID ids.ID) (stateinterfaces.Validator, time.Duration, time.Time, error)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL