Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModuleClient ¶
type ModuleClient struct {
// contains filtered or unexported fields
}
ModuleClient exports all client functionality from the governance module. The governance ModuleClient is slightly different from other ModuleClients in that it contains a slice of "proposal" child commands. These commands are respective to proposal type handlers that are implemented in other modules but are mounted under the governance CLI (eg. parameter change proposals).
func NewModuleClient ¶
func (ModuleClient) GetQueryCmd ¶
func (mc ModuleClient) GetQueryCmd() *cobra.Command
GetQueryCmd returns the cli query commands for this module
func (ModuleClient) GetTxCmd ¶
func (mc ModuleClient) GetTxCmd() *cobra.Command
GetTxCmd returns the transaction commands for this module
Click to show internal directories.
Click to hide internal directories.