Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Faults ¶
type Faults struct {
Epochs []int64
}
Faults contains epochs where a fault was detected for a miner.
type IndexSnapshot ¶
IndexSnapshot contains faults histoy information up-to a TipSetKey.
type Module ¶
type Module interface { Get() IndexSnapshot Listen() <-chan struct{} Unregister(c chan struct{}) }
Module provides faults information about the Filecoin network.
Click to show internal directories.
Click to hide internal directories.