Commit 10ca32ce authored by vicotor's avatar vicotor

add new field

parent 1d4d8b4b
......@@ -30,6 +30,7 @@ type HistoryInfo struct {
TokenSymbol string `json:"token_symbol" bson:"token_symbol"`
UrlTarget string `json:"url_target" bson:"url_target"`
Status string `json:"status" bson:"status"`
FeeAmount string `json:"fee_amount" bson:"fee_amount"`
ConfirmCount int `json:"confirm_count" bson:"confirm_count"`
RejectCount int `json:"reject_count" bson:"reject_count"`
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment