Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Module ¶
type Module interface { module.TypeModule DefaultGenesis(codec.JSONCodec) json.RawMessage ValidateGenesis(codec.JSONCodec, client.TxEncodingConfig, json.RawMessage) error GetTxCmd() *cobra.Command GetQueryCmd() *cobra.Command }
Module is an interface that modules should implement to integrate with the CLI framework.
Click to show internal directories.
Click to hide internal directories.