Skip to content

Interface: PlainTransactionReceipt

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

Properties

blockHeight

blockHeight: number

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

Defined in

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


transactionHash

transactionHash: string

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

Defined in

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