mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 14:49: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:891](https://github.com/bitcoinresearchkit/brk/blob/c4c0004c4a75c182b98b9e69b3c38d3fa6f96f0e/modules/brk-client/index.js#L891)
|
|
|
|
## Properties
|
|
|
|
### blockHash?
|
|
|
|
> `optional` **blockHash?**: `string` \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:894](https://github.com/bitcoinresearchkit/brk/blob/c4c0004c4a75c182b98b9e69b3c38d3fa6f96f0e/modules/brk-client/index.js#L894)
|
|
|
|
Block hash (only present if confirmed)
|
|
|
|
***
|
|
|
|
### blockHeight?
|
|
|
|
> `optional` **blockHeight?**: `number` \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:893](https://github.com/bitcoinresearchkit/brk/blob/c4c0004c4a75c182b98b9e69b3c38d3fa6f96f0e/modules/brk-client/index.js#L893)
|
|
|
|
Block height (only present if confirmed)
|
|
|
|
***
|
|
|
|
### blockTime?
|
|
|
|
> `optional` **blockTime?**: `number` \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:895](https://github.com/bitcoinresearchkit/brk/blob/c4c0004c4a75c182b98b9e69b3c38d3fa6f96f0e/modules/brk-client/index.js#L895)
|
|
|
|
Block timestamp (only present if confirmed)
|
|
|
|
***
|
|
|
|
### confirmed
|
|
|
|
> **confirmed**: `boolean`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:892](https://github.com/bitcoinresearchkit/brk/blob/c4c0004c4a75c182b98b9e69b3c38d3fa6f96f0e/modules/brk-client/index.js#L892)
|
|
|
|
Whether the transaction is confirmed
|