Versions in this module Expand all Collapse all v0 v0.0.5 Mar 13, 2019 Changes in this version + type HistoryReq struct + AskDenom string + BaseReq rest.BaseReq + OfferDenom string + TraderAddress sdk.AccAddress type SwapReq + OfferCoin sdk.Coin + TraderAddress sdk.AccAddress v0.0.4 Dec 27, 2018 Changes in this version + const RestAskDenom + const RestOfferCoin + func RegisterRoutes(cliCtx context.CLIContext, r *mux.Router, cdc *codec.Codec) + func SubmitSwapHandlerFunction(cdc *codec.Codec, cliCtx context.CLIContext) http.HandlerFunc + type SwapReq struct + AskDenom string + BaseReq utils.BaseReq + OfferAmount sdk.Int + OfferDenom string + SwapperAddress string