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 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
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.