mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-30 01:20:00 -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:1101](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L1101)
|
|
|
|
## Properties
|
|
|
|
### blockHash?
|
|
|
|
> `optional` **blockHash?**: `string` \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1104](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L1104)
|
|
|
|
Block hash (only present if confirmed)
|
|
|
|
***
|
|
|
|
### blockHeight?
|
|
|
|
> `optional` **blockHeight?**: `number` \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1103](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L1103)
|
|
|
|
Block height (only present if confirmed)
|
|
|
|
***
|
|
|
|
### blockTime?
|
|
|
|
> `optional` **blockTime?**: `number` \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1105](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L1105)
|
|
|
|
Block timestamp (only present if confirmed)
|
|
|
|
***
|
|
|
|
### confirmed
|
|
|
|
> **confirmed**: `boolean`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:1102](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L1102)
|
|
|
|
Whether the transaction is confirmed
|