package
0.0.0-20220620005849-a315113d9162
Repository: https://github.com/mycodeku/transtionhelper.git
Documentation: pkg.go.dev

# Functions

AddPaginationFlagsToCmd adds common pagination flags to cmd.
AddQueryFlagsToCmd adds common flags to a module query command.
AddTxFlagsToCmd adds common flags to a module tx command.
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
DefaultKeyringBackend.
List of CLI flags.
List of CLI flags.
List of CLI flags.
List of CLI flags.
List of CLI flags.
List of CLI flags.
List of CLI flags.
List of CLI flags.
List of CLI flags.
List of CLI flags.
List of CLI flags.
List of CLI flags.
List of CLI flags.
List of CLI flags.
List of CLI flags.
List of CLI flags.
List of CLI flags.
List of CLI flags.
List of CLI flags.
List of CLI flags.
List of CLI flags.
Tendermint logging flags.
List of CLI flags.
List of CLI flags.
List of CLI flags.
List of CLI flags.
List of CLI flags.
inspired by wget -O.
List of CLI flags.
List of CLI flags.
List of CLI flags.
List of CLI flags.
List of CLI flags.
List of CLI flags.
List of CLI flags.
List of CLI flags.
List of CLI flags.
List of CLI flags.
No description provided by the author
SignModeDirect is the value of the --sign-mode flag for SIGN_MODE_DIRECT.
SignModeDirectAux is the value of the --sign-mode flag for SIGN_MODE_DIRECT_AUX.
SignModeEIP191 is the value of the --sign-mode flag for SIGN_MODE_EIP_191.
SignModeLegacyAminoJSON is the value of the --sign-mode flag for SIGN_MODE_LEGACY_AMINO_JSON.

# Variables

LineBreak can be included in a command list to provide a blank line to help with readability.

# Structs

GasSetting encapsulates the possible values passed through the --gas flag.