Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager interface {
IsBenched(nodeID ids.NodeID, chainID ids.ID) bool
GetBenched(chainID ids.ID) []ids.NodeID
RegisterChain(chainID ids.ID, vdrs validators.Manager) error
Benchable(chainID ids.ID, nodeID ids.NodeID) Benchable
}
func NewManager ¶
NewManager creates a new benchlist manager
Click to show internal directories.
Click to hide internal directories.