# Functions
CalculateGas simulates the execution of a transaction and returns both the estimate obtained by the query and the adjusted amount.
CompleteAndBroadcastTxCLI implements a utility function that facilitates sending a series of messages in a signed transaction given a TxBuilder and a QueryContext.
EnrichWithGas calculates the gas estimate that would be consumed by the transaction and set the transaction's respective value accordingly.
GenerateOrBroadcastMsgs creates a StdTx given a series of messages.
GetTxEncoder return tx encoder from global sdk configuration if ones is defined.
PrepareTxBuilder populates a TxBuilder in preparation for the build of a Tx.
PrintUnsignedStdTx builds an unsigned StdTx and prints it to os.Stdout.
QueryTx queries for a single transaction by a hash string in hex format.
QueryTxsByEvents performs a search for transactions for a given set of events via the Tendermint RPC.
Read and decode a StdTx from the given filename.
SignStdTx appends a signature to a StdTx and returns a copy of it.
SignStdTxWithSignerAddress attaches a signature to a StdTx and returns a copy of a it.
ValidateTxResult performs transaction verification.
WriteGenerateStdTxResponse writes response for the generate only mode.
# Structs
GasEstimateResponse defines a response definition for tx gas estimation.