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:794](https://github.com/bitcoinresearchkit/brk/blob/4a06caec672337d1974d77b021e6d10711049dbe/modules/brk-client/index.js#L794)
|
|
|
|
## Properties
|
|
|
|
### blockHash?
|
|
|
|
> `optional` **blockHash**: `string` \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:797](https://github.com/bitcoinresearchkit/brk/blob/4a06caec672337d1974d77b021e6d10711049dbe/modules/brk-client/index.js#L797)
|
|
|
|
Block hash (only present if confirmed)
|
|
|
|
***
|
|
|
|
### blockHeight?
|
|
|
|
> `optional` **blockHeight**: `number` \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:796](https://github.com/bitcoinresearchkit/brk/blob/4a06caec672337d1974d77b021e6d10711049dbe/modules/brk-client/index.js#L796)
|
|
|
|
Block height (only present if confirmed)
|
|
|
|
***
|
|
|
|
### blockTime?
|
|
|
|
> `optional` **blockTime**: `number` \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:798](https://github.com/bitcoinresearchkit/brk/blob/4a06caec672337d1974d77b021e6d10711049dbe/modules/brk-client/index.js#L798)
|
|
|
|
Block timestamp (only present if confirmed)
|
|
|
|
***
|
|
|
|
### confirmed
|
|
|
|
> **confirmed**: `boolean`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:795](https://github.com/bitcoinresearchkit/brk/blob/4a06caec672337d1974d77b021e6d10711049dbe/modules/brk-client/index.js#L795)
|
|
|
|
Whether the transaction is confirmed
|