add FeeCurrency field

This commit is contained in:
c9s 2021-03-11 11:22:13 +08:00
parent 2d6b6e7427
commit dbcf35e4a4

View File

@ -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",