Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChainIndex ¶
type ChainIndex struct { LastUpdated int64 Miners map[string]OnChainData }
ChainIndex contains on-chain information about miners.
type IndexSnapshot ¶
type IndexSnapshot struct { Meta MetaIndex OnChain ChainIndex }
IndexSnapshot contains on-chain and off-chain information about miners.
type Module ¶
type Module interface { Get() IndexSnapshot Listen() <-chan struct{} Unregister(c chan struct{}) }
Module provides information about miners in the Filecoin network.
Click to show internal directories.
Click to hide internal directories.