rest

package
v0.0.15-bugfix Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2019 License: BSD-2-Clause Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func QueryBalancesRequestHandlerFn added in v0.0.13

func QueryBalancesRequestHandlerFn(cliCtx context.CLIContext) http.HandlerFunc

query accountREST Handler

func RegisterRoutes

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

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

func SendRequestHandlerFn

func SendRequestHandlerFn(cdc *codec.Codec, cliCtx context.CLIContext) http.HandlerFunc

SendRequestHandlerFn - http request handler to send coins to a address.

func SendTxRequestHandlerFn

func SendTxRequestHandlerFn(cdc *codec.Codec, cliCtx context.CLIContext) http.HandlerFunc

SendRequestHandlerFn - http request handler to send coins to a address.

Types

type MemoReq added in v0.0.4

type MemoReq struct {
	BaseReq  rest.BaseReq `json:"base_req"`
	Required bool         `json:"memo_required"`
}

type SendReq

type SendReq struct {
	BaseReq    rest.BaseReq `json:"base_req"`
	Amount     sdk.Coins    `json:"amount"`
	UnlockTime int64        `json:"unlock_time"`
}

SendReq defines the properties of a send request's body.

Jump to

Keyboard shortcuts

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