package
Version:
v0.7.2
Opens a new window with list of versions in this module.
Published: Aug 26, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
RestOrderId = "id"
RestAddress = "address"
)
nolint
type CancelReq struct {
BaseReq rest.BaseReq `json:"base_req"`
}
type PostOrderReq struct {
BaseReq rest.BaseReq `json:"base_req"`
Supply sdk.Coin `json:"supply"`
Target sdk.Coin `json:"target"`
}
type TakeReq struct {
BaseReq rest.BaseReq `json:"base_req"`
Amount sdk.Coin `json:"amount"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.