Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReplaceAssets ¶
Types ¶
type AssetsInfo ¶ added in v1.2.0
type AssetsInfo struct { Error []string `json:"error"` Result interface{} `json:"result"` }
type Kraken ¶
type Kraken struct { TXsByCategory wallet.TXsByCategory Sources source.Sources // contains filtered or unexported fields }
func (*Kraken) GetAPIAllTXs ¶ added in v1.2.0
func (kr *Kraken) GetAPIAllTXs()
func (*Kraken) WaitFinish ¶ added in v1.2.0
type TradesHistory ¶ added in v1.2.0
type TradesHistory struct { Error []string `json:"error"` Result interface{} `json:"result"` }
Click to show internal directories.
Click to hide internal directories.