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 ¶
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/cosmos/cosmos-sdk/issues/5864
func GetCmdQueryTotalSupply ¶
TODO: Remove once client-side Protobuf migration has been completed. ref: https://github.com/cosmos/cosmos-sdk/issues/5864
func GetQueryCmd ¶
GetQueryCmd returns the parent querying command for the bank module.
TODO: Remove once client-side Protobuf migration has been completed. ref: https://github.com/cosmos/cosmos-sdk/issues/5864
func GetTxCmd ¶
GetTxCmd returns the transaction commands for this module
TODO: Remove once client-side Protobuf migration has been completed. ref: https://github.com/cosmos/cosmos-sdk/issues/5864
func NewSendTxCmd ¶
NewSendTxCmd returns a CLI command handler for creating a MsgSend transaction.
Types ¶
This section is empty.