Interface IIndexedTx

IndexedTx declaration IIndexedTx

Hierarchy

  • IIndexedTx

Properties

code: number

Error code, success is always 0.

data?: Uint8Array

Message responses of included Msgs.

events: readonly Event[]

Tendermint34 events in response.

gasUsed: number

Total gas used as calculated by chain.

gasWanted: number

Maximum gas allowed as submitted in transaction.

hash: string

Hash of transaction.

height: number

Block height of the transaction.

msgResponses: DTxMsgData[]

Always empty list for SDK 0.45 chains, typed for compatibility.

rawLog: string

A string-based log document.

tx: Uint8Array
txIndex: number

0-based index of the transaction within the block.

Generated using TypeDoc