# Functions
CalculateGas simulates the execution of a transaction and returns the simulation response obtained by the query and the adjusted gas amount.
No description provided by the author
No description provided by the author
CompleteAndBroadcastTxCLI implements a utility function that facilitates sending a series of messages in a signed transaction given a TxBuilder and a QueryContext.
No description provided by the author
No description provided by the author
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.
No description provided by the author
NewTxServer creates a new Tx service server.
No description provided by the author
PrepareTxBuilder populates a TxBuilder in preparation for the build of a Tx.
PrintUnsignedStdTx builds an unsigned StdTx and prints it to os.Stdout.
No description provided by the author
No description provided by the author
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.
RegisterTxService registers the tx service on the gRPC router.
No description provided by the author
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.
No description provided by the author
WriteGenerateStdTxResponse writes response for the generate only mode.
# Structs
GasEstimateResponse defines a response definition for tx gas estimation.