Documentation ¶
Index ¶
- Constants
- Variables
- func GetBalancesCmd() *cobra.Command
- func GetCmdDenomsMetadata() *cobra.Command
- func GetCmdQuerySendEnabled() *cobra.Command
- func GetCmdQueryTotalSupply() *cobra.Command
- func GetQueryCmd() *cobra.Command
- func NewMultiSendTxCmd() *cobra.Command
- func NewSendTxCmd() *cobra.Command
- func NewTxCmd() *cobra.Command
Constants ¶
View Source
const (
FlagDenom = "denom"
)
Variables ¶
View Source
var FlagSplit = "split"
Functions ¶
func GetBalancesCmd ¶
func GetCmdDenomsMetadata ¶ added in v0.40.1
GetCmdDenomsMetadata defines the cobra command to query client denomination metadata.
func GetCmdQuerySendEnabled ¶ added in v0.47.0
func GetCmdQueryTotalSupply ¶
func GetQueryCmd ¶
GetQueryCmd returns the parent command for all x/bank CLi query commands. The provided clientCtx should have, at a minimum, a verifier, Tendermint RPC client, and marshaler set.
func NewMultiSendTxCmd ¶ added in v0.46.0
NewMultiSendTxCmd returns a CLI command handler for creating a MsgMultiSend transaction. For a better UX this command is limited to send funds from one account to two or more accounts.
func NewSendTxCmd ¶
NewSendTxCmd returns a CLI command handler for creating a MsgSend transaction.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.