Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetDenomMetadataProposalRESTHandler ¶
func SetDenomMetadataProposalRESTHandler(clientCtx client.Context) govrest.ProposalRESTHandler
Types ¶
type SetDenomMetadataProposalRequest ¶
type SetDenomMetadataProposalRequest struct { BaseReq rest.BaseReq `json:"base_req" yaml:"base_req"` Title string `json:"title" yaml:"title"` Description string `json:"description" yaml:"description"` Deposit sdk.Coins `json:"deposit" yaml:"deposit"` Metadata banktypes.Metadata `json:"metadata" yaml:"metadata"` }
Click to show internal directories.
Click to hide internal directories.