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.
Click to show internal directories.
Click to hide internal directories.