Optional
codeResponse code.
int64
Optional
codespaceNamespace for the Code
Optional
dataResult bytes, if any.
Optional
eventsEvents defines all the events emitted by processing a transaction. Note, these events include those emitted by processing all the messages and those emitted from the ante. Whereas Logs contains the events, with additional metadata, emitted only by processing the messages.
Since: cosmos-sdk 0.42.11, 0.44.5, 0.45
Optional
gas_Amount of gas consumed by transaction.
int64
Optional
gas_Amount of gas requested for transaction.
int64
Optional
heightThe block height
int64
Optional
infoAdditional information. May be non-deterministic.
Optional
logsThe output of the application's logger (typed). May be non-deterministic.
Optional
raw_The output of the application's logger (raw string). May be non-deterministic.
Optional
timestampTime of the previous block. For heights > 1, it's the weighted median of the timestamps of the valid votes in the block.LastCommit. For height == 1, it's genesis time.
Optional
txThe request transaction bytes.
Optional
txhashThe transaction hash.
Generated using TypeDoc
TxResponse defines a structure containing relevant tx data and metadata. The tags are stringified and the log is JSON decoded.