Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ProposalRESTHandler ¶
func ProposalRESTHandler(clientCtx client.Context) govrest.ProposalRESTHandler
ProposalRESTHandler returns a ProposalRESTHandler that exposes the param change REST handler with a given sub-route.
Types ¶
type TokenMappingChangeProposalReq ¶
type TokenMappingChangeProposalReq struct {
BaseReq rest.BaseReq `json:"base_req" yaml:"base_req"`
Title string `json:"title" yaml:"title"`
Description string `json:"description" yaml:"description"`
Denom string `json:"denom" yaml:"denom"`
Contract string `json:"contract" yaml:"contract"`
Proposer sdk.AccAddress `json:"proposer" yaml:"proposer"`
Deposit sdk.Coins `json:"deposit" yaml:"deposit"`
}
TokenMappingChangeProposalReq defines a parameter change proposal request body.
Click to show internal directories.
Click to hide internal directories.