rest

package
v0.0.0-...-cf049ad Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2021 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IssueRequestHandlerFn

func IssueRequestHandlerFn(cliCtx context.CLIContext) http.HandlerFunc

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

func MintRequestHandlerFn

func MintRequestHandlerFn(cliCtx context.CLIContext) http.HandlerFunc

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

func RegisterRoutes

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

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

Types

type IssueReq

type IssueReq struct {
	BaseReq     rest.BaseReq `json:"base_req" yaml:"base_req"`
	Name        string       `json:"name"`
	Symbol      string       `json:"symbol"`
	TotalSupply int64        `json:"total_supply"`
	Mintable    bool         `json:"mintable"`
	Decimal     int8         `json:"decimal"`
	Description string       `json:"description"`
}

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

type MintReq

type MintReq struct {
	BaseReq rest.BaseReq `json:"base_req" yaml:"base_req"`
	Symbol  string       `json:"symbol"`
	Amount  int64        `json:"amount"`
}

MintReq 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