Skip to content

Interface: PlainTransactionReceipt

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

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

Properties

blockHeight

blockHeight: number

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

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


transactionHash

transactionHash: string

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

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