FinalizedTxData
Midnight.js API Reference v2.0.2
Midnight.js API Reference / @midnight-ntwrk/midnight-js-types / FinalizedTxData
Interface: FinalizedTxData
Data for any finalized transaction.
Properties
blockHash
readonlyblockHash:string
The block hash of the block in which the transaction was included.
blockHeight
readonlyblockHeight:number
The block height of the block in which the transaction was included.
status
readonlystatus:TxStatus
The status of a submitted transaction.
tx
readonlytx:Transaction
The transaction that was finalized.
txHash
readonlytxHash:string
The transaction hash of the transaction in which the original transaction was included.
txId
readonlytxId:string
The transaction ID of the submitted transaction.