Interface: DeliverTxResponse
@shareledgerjs/client.DeliverTxResponse
The response after successfully broadcasting a transaction. Success or failure refer to the execution result.
Properties
code
• Readonly code: number
Error code. The transaction suceeded iff code is 0.
data
• Optional Readonly data: readonly MsgData[]
events
• Readonly events: readonly Event[]
gasUsed
• Readonly gasUsed: number
gasWanted
• Readonly gasWanted: number
height
• Readonly height: number
rawLog
• Optional Readonly rawLog: string
A string-based log document.
This currently seems to merge attributes of multiple events into one event per type
(https://github.com/tendermint/tendermint/issues/9595). You might want to use the events
field instead.
transactionHash
• Readonly transactionHash: string