# Functions
No description provided by the author
No description provided by the author
AddTransferFlagsToCmd adds common flags to a module tx command.
Execute adds all child commands to the root command and sets flags appropriately.
ParseGasSetting parses a string gas value.
# Constants
BroadcastAsync defines a tx broadcasting mode where the client returns immediately.
BroadcastBlock defines a tx broadcasting mode where the client waits for the tx to be committed in a block.
BroadcastSync defines a tx broadcasting mode where the client waits for a CheckTx execution response only.
DefaultGasAdjustment is applied to gas estimates to avoid tx execution failures due to state changes that might occur between the tx simulation and the actual run.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
FlagUseLedger = "ledger"FlagChainID = "chain-id"FlagNode = "node"FlagHeight = "height"FlagGasAdjustment = "gas-adjustment"FlagFrom = "from"FlagAccountNumber = "account-number"FlagSequence = "sequence".
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
GasSetting encapsulates the possible values passed through the --gas flag.