Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CoinEstimate ¶
type ExplorerErrorResponse ¶
type ExplorerErrorResponse struct {
Error Error `json:"error"`
}
type ExplorerStatusData ¶
type ExplorerStatusData struct { AverageBlockTime float64 `json:"averageBlockTime"` BipPriceUsd float64 `json:"bipPriceUsd"` LatestBlockHeight int `json:"latestBlockHeight"` LatestBlockTime time.Time `json:"latestBlockTime"` MarketCap float64 `json:"marketCap"` TotalTransactions int `json:"totalTransactions"` TransactionsPerSecond float64 `json:"transactionsPerSecond"` }
type ExplorerStatusResponse ¶
type ExplorerStatusResponse struct {
Data ExplorerStatusData `json:"data"`
}
Click to show internal directories.
Click to hide internal directories.