Skip to main content

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


Midnight.js API Reference v0.1.15 / @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.


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.