Skip to content

@nimiq/core / PlainTransactionReceipt

Interface: PlainTransactionReceipt

Defined in: @nimiq/core/types/wasm/web.d.ts:337

JSON-compatible and human-readable format of transaction receipts.

Properties

blockHeight

blockHeight: number

Defined in: @nimiq/core/types/wasm/web.d.ts:345

The transaction's block height where it is included in the blockchain.


transactionHash

transactionHash: string

Defined in: @nimiq/core/types/wasm/web.d.ts:341

The transaction's unique hash, used as its identifier. Sometimes also called txId.