minerstat

package
v0.0.0-...-7fcd714 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 7, 2021 License: Unlicense Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetAllCoins

func GetAllCoins(coinQueries *coin.CoinsQueries)

Types

type Coin

type Coin struct {
	ID              string  `json:"id"`
	Coin            string  `json:"coin"`
	Name            string  `json:"name"`
	Type            string  `json:"type"`
	Algorithm       string  `json:"algorithm"`
	NetworkHashrate int     `json:"network_hashrate"`
	Difficulty      float64 `json:"difficulty"`
	Reward          float64 `json:"reward"`
	RewardUnit      string  `json:"reward_unit"`
	RewardBlock     int     `json:"reward_block"`
	Price           float64 `json:"price"`
	Volume          float64 `json:"volume"`
	Updated         int     `json:"updated"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL