Documentation ¶
Index ¶
- func MexcPrice(coin string) float64
- func OrgePrice(coin string) float64
- func QubicTokenAutoRefresh()
- type Mexc
- type MexcResp
- type Orge
- type Qubic
- type Utils
- func (t *Utils) Base64Decode(str string)
- func (t *Utils) Base64Encode(str string)
- func (t *Utils) Compare(usdt string)
- func (t *Utils) DecimalConv(str string, from, to int)
- func (t *Utils) DecimalStrConv(str string, from int)
- func (t *Utils) Hex2String(str string)
- func (t *Utils) JsonFormat(str string)
- func (t *Utils) QubicAccEarning(user, pass string)
- func (t *Utils) QubicEarning(addr string)
- func (t *Utils) QubicProfit(token string)
- func (t *Utils) QubicToken()
- func (t *Utils) RewardCal(h, d, r, time, val string)
- func (t *Utils) StrDecimalConv(str string, to int)
- func (t *Utils) String2Hex(str string)
- func (t *Utils) TimeConvert(date string)
- func (t *Utils) TimestampConvert(Timestamp string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func QubicTokenAutoRefresh ¶ added in v1.25.11
func QubicTokenAutoRefresh()
Types ¶
type Mexc ¶ added in v1.25.16
type Mexc struct { Symbol string `json:"symbol"` Volume string `json:"volume"` Amount string `json:"amount"` High string `json:"high"` Low string `json:"low"` Bid string `json:"bid"` Ask string `json:"ask"` Open string `json:"open"` Last string `json:"last"` Time int64 `json:"time"` ChangeRate string `json:"change_rate"` }
type Qubic ¶ added in v1.25.9
type Utils ¶
func (*Utils) Base64Decode ¶
func (*Utils) Base64Encode ¶
func (*Utils) DecimalConv ¶ added in v1.4.6
func (*Utils) DecimalStrConv ¶ added in v1.5.0
func (*Utils) Hex2String ¶ added in v1.4.6
func (*Utils) JsonFormat ¶
func (*Utils) QubicAccEarning ¶ added in v1.25.23
func (*Utils) QubicEarning ¶ added in v1.25.22
func (*Utils) QubicProfit ¶ added in v1.25.9
func (*Utils) QubicToken ¶ added in v1.25.11
func (t *Utils) QubicToken()
func (*Utils) StrDecimalConv ¶ added in v1.5.0
func (*Utils) String2Hex ¶ added in v1.4.6
func (*Utils) TimeConvert ¶
func (*Utils) TimestampConvert ¶
Click to show internal directories.
Click to hide internal directories.