package
Version:
v0.19.5-testnet
Opens a new window with list of versions in this module.
Published: Oct 10, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
RegisterRoutes - Central function to define routes that get registered by the main application
type PostPriceReq struct {
BaseReq rest.BaseReq `json:"base_req"`
MarketID string `json:"market_id"`
Price string `json:"price"`
Expiry string `json:"expiry"`
}
PostPriceReq defines the properties of a PostPrice request's body.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.