Options
All
  • Public
  • Public/Protected
  • All
Menu

The response after successfully broadcasting a transaction. Success or failure refer to the execution result.

Hierarchy

  • DeliverTxResponse

Index

Properties

code: number

Error code. The transaction suceeded iff code is 0.

data?: readonly MsgData[]
events: readonly Event[]
gasUsed: number
gasWanted: number
height: number
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: string

Generated using TypeDoc