Files
brk/modules/brk-client/docs/interfaces/TxStatus.md
2026-04-22 15:55:53 +02:00

50 lines
1.4 KiB
Markdown

[**brk-client**](../README.md)
***
[brk-client](../globals.md) / TxStatus
# Interface: TxStatus
Defined in: [Developer/brk/modules/brk-client/index.js:1115](https://github.com/bitcoinresearchkit/brk/blob/bdc3ba1df62c3c70339afe14f39c8c9a5a094c37/modules/brk-client/index.js#L1115)
## Properties
### blockHash?
> `optional` **blockHash?**: `string` \| `null`
Defined in: [Developer/brk/modules/brk-client/index.js:1118](https://github.com/bitcoinresearchkit/brk/blob/bdc3ba1df62c3c70339afe14f39c8c9a5a094c37/modules/brk-client/index.js#L1118)
Block hash (only present if confirmed)
***
### blockHeight?
> `optional` **blockHeight?**: `number` \| `null`
Defined in: [Developer/brk/modules/brk-client/index.js:1117](https://github.com/bitcoinresearchkit/brk/blob/bdc3ba1df62c3c70339afe14f39c8c9a5a094c37/modules/brk-client/index.js#L1117)
Block height (only present if confirmed)
***
### blockTime?
> `optional` **blockTime?**: `number` \| `null`
Defined in: [Developer/brk/modules/brk-client/index.js:1119](https://github.com/bitcoinresearchkit/brk/blob/bdc3ba1df62c3c70339afe14f39c8c9a5a094c37/modules/brk-client/index.js#L1119)
Block timestamp (only present if confirmed)
***
### confirmed
> **confirmed**: `boolean`
Defined in: [Developer/brk/modules/brk-client/index.js:1116](https://github.com/bitcoinresearchkit/brk/blob/bdc3ba1df62c3c70339afe14f39c8c9a5a094c37/modules/brk-client/index.js#L1116)
Whether the transaction is confirmed