Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterRoutes ¶
func RegisterRoutes(cliCtx context.CLIContext, r *mux.Router, storeName string)
RegisterRoutes - Central function to define routes that get registered by the main application
Types ¶
type PostMintReq ¶
type PostMintReq struct { BaseReq rest.BaseReq `json:"base_req" yaml:"base_req"` Minter string `json:"minter" yaml:"minter"` // Address of the minter }
PostProposalReq defines the properties of a proposal request's body.
Click to show internal directories.
Click to hide internal directories.