Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bitstamp ¶
type Bitstamp struct { TXsByCategory wallet.TXsByCategory Sources source.Sources // contains filtered or unexported fields }
func (*Bitstamp) GetAPIAllTXs ¶
func (bs *Bitstamp) GetAPIAllTXs()
func (*Bitstamp) WaitFinish ¶
type CryptoTransaction ¶
type FloatOrString ¶
type FloatOrString string
func (*FloatOrString) UnmarshalJSON ¶
func (f *FloatOrString) UnmarshalJSON(d []byte) error
type GetCryptoTransactionsResp ¶
type GetCryptoTransactionsResp struct { Deposits []CryptoTransaction `json:"deposits"` Withdrawals []CryptoTransaction `json:"withdrawals"` }
type GetUserTransactionsResp ¶
type GetUserTransactionsResp []struct { ID int `json:"id"` DateTime string `json:"datetime"` Type string `json:"type"` OrderID int64 `json:"order_id,omitempty"` Fee string `json:"fee"` Btc FloatOrString `json:"btc"` Eth string `json:"eth,omitempty"` Eur FloatOrString `json:"eur"` Ltc string `json:"ltc,omitempty"` Usd float64 `json:"usd"` Xrp string `json:"xrp,omitempty"` BtcEur float64 `json:"btc_eur,omitempty"` BtcUsd string `json:"btc_usd,omitempty"` EthBtc float64 `json:"eth_btc,omitempty"` LtcBtc float64 `json:"ltc_btc,omitempty"` XrpBtc float64 `json:"xrp_btc,omitempty"` }
Click to show internal directories.
Click to hide internal directories.