Documentation ¶
Index ¶
- func DepthReqHandler(cdc *wire.Codec, ctx context.CLIContext) http.HandlerFunc
- func GetPairsReqHandler(cdc *wire.Codec, ctx context.CLIContext, abciQueryPrefix string) http.HandlerFunc
- func OpenOrdersReqHandler(cdc *wire.Codec, ctx context.CLIContext) http.HandlerFunc
- func PutOrderReqHandler(cdc *wire.Codec, ctx context.CLIContext, accStoreName string) http.HandlerFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DepthReqHandler ¶
func DepthReqHandler(cdc *wire.Codec, ctx context.CLIContext) http.HandlerFunc
DepthReqHandler creates an http request handler to show market depth data
func GetPairsReqHandler ¶
func GetPairsReqHandler(cdc *wire.Codec, ctx context.CLIContext, abciQueryPrefix string) http.HandlerFunc
GetPairsReqHandler creates an http request handler to list
func OpenOrdersReqHandler ¶
func OpenOrdersReqHandler(cdc *wire.Codec, ctx context.CLIContext) http.HandlerFunc
func PutOrderReqHandler ¶
func PutOrderReqHandler(cdc *wire.Codec, ctx context.CLIContext, accStoreName string) http.HandlerFunc
PutOrderReqHandler creates an http request handler to create a new order transaction and return its binary tx
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.