Documentation ¶
Index ¶
- func GetBalancesCmd(cdc *codec.Codec) *cobra.Command
- func GetCmdQueryTotalSupply(cdc *codec.Codec) *cobra.Command
- func GetQueryCmd(cdc *codec.Codec) *cobra.Command
- func GetTxCmd(cdc *codec.Codec) *cobra.Command
- func NewSendTxCmd(m codec.Marshaler, txg tx.Generator, ar tx.AccountRetriever) *cobra.Command
- func NewTxCmd(m codec.Marshaler, txg tx.Generator, ar tx.AccountRetriever) *cobra.Command
- func SendTxCmd(cdc *codec.Codec) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBalancesCmd ¶ added in v1.0.0
GetAccountCmd returns a CLI command handler that facilitates querying for a single or all account balances by address.
TODO: Remove once client-side Protobuf migration has been completed. ref: https://github.com/KiraCore/cosmos-sdk/issues/5864
func GetCmdQueryTotalSupply ¶ added in v1.0.0
TODO: Remove once client-side Protobuf migration has been completed. ref: https://github.com/KiraCore/cosmos-sdk/issues/5864
func GetQueryCmd ¶ added in v1.0.0
GetQueryCmd returns the parent querying command for the bank module.
TODO: Remove once client-side Protobuf migration has been completed. ref: https://github.com/KiraCore/cosmos-sdk/issues/5864
func GetTxCmd ¶ added in v1.0.0
GetTxCmd returns the transaction commands for this module
TODO: Remove once client-side Protobuf migration has been completed. ref: https://github.com/KiraCore/cosmos-sdk/issues/5864
func NewSendTxCmd ¶ added in v1.0.0
NewSendTxCmd returns a CLI command handler for creating a MsgSend transaction.
Types ¶
This section is empty.