Documentation ¶
Index ¶
- func BurnTxCmd(cdc *codec.Codec) *cobra.Command
- func GetAccountCmd(storeName string, cdc *codec.Codec, decoder auth.AccountDecoder) *cobra.Command
- func GetBroadcastCommand(codec *amino.Codec) *cobra.Command
- func GetCmdQueryCoinType(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryTokenStats(cdc *codec.Codec, accStore, stakeStore string) *cobra.Command
- func GetSignCommand(codec *amino.Codec, decoder auth.AccountDecoder) *cobra.Command
- func SendTxCmd(cdc *codec.Codec) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BurnTxCmd ¶ added in v0.10.0
BurnTxCmd will create a burn token tx and sign it with the given key.
func GetAccountCmd ¶
GetAccountCmd returns a query account that will display the state of the account at a given address. nolint: unparam
func GetBroadcastCommand ¶ added in v0.7.0
GetSignCommand returns the sign command
func GetCmdQueryCoinType ¶
GetCmdQueryCoinType performs coin type query
func GetCmdQueryTokenStats ¶ added in v0.10.0
GetCmdQueryTokenStats performs token statistic query
func GetSignCommand ¶ added in v0.7.0
func GetSignCommand(codec *amino.Codec, decoder auth.AccountDecoder) *cobra.Command
GetSignCommand returns the sign command
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.