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 QueryTxCmd(cdc *codec.CodecProxy) *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 ¶
GetBroadcastCommand returns the tx broadcast command.
func GetDecodeCommand ¶
GetDecodeCommand returns the decode command to take Amino-serialized bytes and turn it into a JSONified transaction.
func GetEncodeCommand ¶
GetEncodeCommand returns the encode command to take a JSONified transaction and turn it into Amino-serialized bytes
func GetMultiSignCommand ¶
GetSignCommand returns the sign command
func GetQueryCmd ¶
GetQueryCmd returns the transaction commands for this module
func GetSignCommand ¶
GetSignCommand returns the transaction sign command.
func QueryTxCmd ¶
func QueryTxCmd(cdc *codec.CodecProxy) *cobra.Command
QueryTxCmd implements the default command for a tx query.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.