Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataPoint ¶
type DataPoint struct {
Version int `json:"version,omitempty"`
URL string `json:"url,omitempty"`
Address string `json:"address,omitempty"`
MrrLast10 float64 `json:"mrr_last_10,omitempty"`
MrrLast24hr float64 `json:"mrr_last_24hr,omitempty"`
PoolHashrate float64 `json:"pool_hashrate,omitempty"`
FbdHashrate float64 `json:"fbd_hashrate,omitempty"`
FmdWeighted float64 `json:"fmd_weighted,omitempty"`
FmdUsd float64 `json:"fmd_usd,omitempty"`
CmcLtc float64 `json:"cmc_ltc,omitempty"`
Signature string `json:"signature,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.