rest

package
v0.0.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 13, 2019 License: Apache-2.0 Imports: 9 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterRoutes

func RegisterRoutes(cliCtx context.CLIContext, r *mux.Router, cdc *codec.Codec)

RegisterRoutes - Central function to define routes that get registered by the main application

Types

type HistoryReq added in v0.0.5

type HistoryReq struct {
	BaseReq       rest.BaseReq   `json:"base_req"`
	OfferDenom    string         `json:"offer_denom"`
	AskDenom      string         `json:"ask_denom"`
	TraderAddress sdk.AccAddress `json:"trader_address"`
}

nolint

type SwapReq

type SwapReq struct {
	BaseReq       rest.BaseReq   `json:"base_req"`
	OfferCoin     sdk.Coin       `json:"offer_coin"`
	AskDenom      string         `json:"ask_denom"`
	TraderAddress sdk.AccAddress `json:"trader_address"`
}

nolint

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL