Interface DeliverTxResponse
Properties
Readonly code
code: number
Optional Readonly data
Readonly events
events: readonly Event[]
Readonly gasUsed
gasUsed: number
Readonly gasWanted
gasWanted: number
Readonly height
height: number
Optional Readonly rawLog
rawLog?: string
Readonly transactionHash
transactionHash: string
Readonly txIndex
txIndex: number
The response after successfully broadcasting a transaction. Success or failure refer to the execution result.