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 CLI client functionality from the minting 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 the minting module.
func (ModuleClient) GetTxCmd ¶
func (mc ModuleClient) GetTxCmd() *cobra.Command
GetTxCmd returns the transaction commands for the minting module.
Click to show internal directories.
Click to hide internal directories.