package
Version:
v0.0.12
Opens a new window with list of versions in this module.
Published: Aug 18, 2019
License: BSD-2-Clause
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BancorCancelReq struct {
BaseReq rest.BaseReq `json:"base_req"`
Stock string `json:"stock"`
Money string `json:"money"`
}
type BancorInitReq struct {
BaseReq rest.BaseReq `json:"base_req"`
Stock string `json:"stock"`
Money string `json:"money"`
InitPrice string `json:"init_price"`
MaxSupply string `json:"max_supply"`
MaxPrice string `json:"max_price"`
EarliestCancelTime string `json:"earliest_cancel_time"`
}
type BancorTradeReq struct {
BaseReq rest.BaseReq `json:"base_req"`
Stock string `json:"stock"`
Money string `json:"money"`
Amount string `json:"amount"`
IsBuy bool `json:"is_buy"`
MoneyLimit string `json:"money_limit"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.