Documentation ¶
Index ¶
- func GetAccountCmd(cdc *codec.Codec) *cobra.Command
- func GetBroadcastCommand(cdc *codec.Codec) *cobra.Command
- func GetDecodeCommand(codec *amino.Codec) *cobra.Command
- func GetEncodeCommand(cdc *codec.Codec) *cobra.Command
- func GetMultiSignCommand(cdc *codec.Codec) *cobra.Command
- func GetQueryCmd(cdc *codec.Codec) *cobra.Command
- func GetSignCommand(codec *codec.Codec) *cobra.Command
- func GetTxCmd(cdc *codec.Codec) *cobra.Command
- func GetValidateSignaturesCommand(codec *codec.Codec) *cobra.Command
- func QueryParamsCmd(cdc *codec.Codec) *cobra.Command
- func QueryTxCmd(cdc *codec.Codec) *cobra.Command
- func QueryTxsByEventsCmd(cdc *codec.Codec) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAccountCmd ¶
GetAccountCmd returns a query account that will display the state of the account at a given address.
func GetBroadcastCommand ¶ added in v0.31.0
GetBroadcastCommand returns the tx broadcast command.
func GetDecodeCommand ¶ added in v1.0.0
GetDecodeCommand returns the decode command to take Amino-serialized bytes and turn it into a JSONified transaction.
func GetEncodeCommand ¶ added in v0.31.0
GetEncodeCommand returns the encode command to take a JSONified transaction and turn it into Amino-serialized bytes
func GetMultiSignCommand ¶ added in v0.30.0
GetSignCommand returns the sign command
func GetQueryCmd ¶ added in v1.0.0
GetQueryCmd returns the transaction commands for this module
func GetSignCommand ¶ added in v0.25.0
GetSignCommand returns the transaction sign command.
func GetValidateSignaturesCommand ¶ added in v1.0.0
func QueryParamsCmd ¶ added in v1.0.0
QueryParamsCmd returns the command handler for evidence parameter querying.
func QueryTxCmd ¶ added in v1.0.0
QueryTxCmd implements the default command for a tx query.
Types ¶
This section is empty.