Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIEndpoint ¶
type APIEndpoint multiaddr.Multiaddr
type CountWinners ¶
type CountWinners struct { Miner address.Address `json:"miner"` TotalWinCount int64 `json:"totalWinCount"` Msg string `json:"msg"` WinEpochList []SimpleWinInfo `json:"winEpochList"` }
type LogCids ¶
type LogCids []cid.Cid
func (LogCids) MarshalLogArray ¶
func (cids LogCids) MarshalLogArray(ae zapcore.ArrayEncoder) error
type MetadataDS ¶
type MetadataDS datastore.Batching
MetadataDS stores metadata dy default it's namespaced under /metadata in main repo datastore
type MinerState ¶
type NetworkName ¶
type NetworkName string
type ShutdownChan ¶
type ShutdownChan chan struct{}
ShutdownChan is a channel to which you send a value if you intend to shut down the daemon (or miner), including the node and RPC server.
type SimpleWinInfo ¶
type SimpleWinInfo struct { Epoch abi.ChainEpoch `json:"epoch"` WinCount int64 `json:"winCount"` }
Click to show internal directories.
Click to hide internal directories.