mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 23:05:15 +00:00
add FeeCurrency field
This commit is contained in:
parent
2d6b6e7427
commit
dbcf35e4a4
|
@ -193,6 +193,7 @@ type Withdraw struct {
|
|||
CurrencyVersion string `json:"currency_version"` // "eth"
|
||||
Amount string `json:"amount"`
|
||||
Fee string `json:"fee"`
|
||||
FeeCurrency string `json:"fee_currency"`
|
||||
TxID string `json:"txid"`
|
||||
|
||||
// State can be "submitting", "submitted",
|
||||
|
|
Loading…
Reference in New Issue
Block a user