On this page
Interface: PlainTransactionReceipt
JSON-compatible and human-readable format of transaction receipts.
Table of contents
Properties
Properties
blockHeight
• blockHeight: number
The transaction's block height where it is included in the blockchain.
Defined in
web.d.ts:549
transactionHash
• transactionHash: string
The transaction's unique hash, used as its identifier. Sometimes also called txId
.
Defined in
web.d.ts:545