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.JSONMarshaler) json.RawMessage
ValidateGenesis(codec.JSONMarshaler, 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.