Skip to main content

@midnight-ntwrk/midnight-js-types v0.2.5 • API


Midnight.js API Reference v0.2.5 / @midnight-ntwrk/midnight-js-types / FinalizedTxData

Interface: FinalizedTxData

Data for any finalized transaction.

Properties

blockHash

readonly blockHash: string

The block hash of the block in which the transaction was included.


blockHeight

readonly blockHeight: number

The block height of the block in which the transaction was included.


status

readonly status: TxStatus

The status of a submitted transaction.


tx

readonly tx: Transaction

The transaction that was finalized.


txHash

readonly txHash: string

The transaction hash of the transaction in which the original transaction was included.


txId

readonly txId: string

The transaction ID of the submitted transaction.