Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( AddTokenProposalHandler = govclient.NewProposalHandler(cli.GetCmdAddTokenProposal, rest.AddTokenProposalRESTHandler) TokenParamsChangeProposalHandler = govclient.NewProposalHandler(cli.GetCmdTokenParamsChangeProposal, rest.TokenParamsChangeProposalRESTHandler) )
param change proposal handler
Functions ¶
This section is empty.
Types ¶
type ModuleClient ¶
type ModuleClient struct {
// contains filtered or unexported fields
}
ModuleClient exports all client functionality from this module
func NewModuleClient ¶
func NewModuleClient(storeKey string, cdc *amino.Codec) ModuleClient
func (ModuleClient) GetQueryCmd ¶
func (mc ModuleClient) GetQueryCmd() *cobra.Command
GetQueryCmd returns the cli query commands for this module
Click to show internal directories.
Click to hide internal directories.