mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 22:59:58 -07:00
50 lines
1.4 KiB
Markdown
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:719](https://github.com/bitcoinresearchkit/brk/blob/467dfcc4b801a25e7d5f0ec4af8dddfffc3861d4/modules/brk-client/index.js#L719)
|
|
|
|
## Properties
|
|
|
|
### blockHash?
|
|
|
|
> `optional` **blockHash**: `string` \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:722](https://github.com/bitcoinresearchkit/brk/blob/467dfcc4b801a25e7d5f0ec4af8dddfffc3861d4/modules/brk-client/index.js#L722)
|
|
|
|
Block hash (only present if confirmed)
|
|
|
|
***
|
|
|
|
### blockHeight?
|
|
|
|
> `optional` **blockHeight**: `number` \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:721](https://github.com/bitcoinresearchkit/brk/blob/467dfcc4b801a25e7d5f0ec4af8dddfffc3861d4/modules/brk-client/index.js#L721)
|
|
|
|
Block height (only present if confirmed)
|
|
|
|
***
|
|
|
|
### blockTime?
|
|
|
|
> `optional` **blockTime**: `number` \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:723](https://github.com/bitcoinresearchkit/brk/blob/467dfcc4b801a25e7d5f0ec4af8dddfffc3861d4/modules/brk-client/index.js#L723)
|
|
|
|
Block timestamp (only present if confirmed)
|
|
|
|
***
|
|
|
|
### confirmed
|
|
|
|
> **confirmed**: `boolean`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:720](https://github.com/bitcoinresearchkit/brk/blob/467dfcc4b801a25e7d5f0ec4af8dddfffc3861d4/modules/brk-client/index.js#L720)
|
|
|
|
Whether the transaction is confirmed
|