Interface TxResponseSDKType
Properties
code
code: number
codespace
codespace: string
data
data: string
events
gas_used
gas_used: bigint
gas_wanted
gas_wanted: bigint
height
height: bigint
info
info: string
logs
raw_log
raw_log: string
timestamp
timestamp: string
Optional
tx
txhash
txhash: string
TxResponse defines a structure containing relevant tx data and metadata. The tags are stringified and the log is JSON decoded.