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:756](https://github.com/bitcoinresearchkit/brk/blob/dc15cceb1ee5fd90210add64f487f8d2140ef45a/modules/brk-client/index.js#L756)
|
|
|
|
## Properties
|
|
|
|
### blockHash?
|
|
|
|
> `optional` **blockHash**: `string` \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:759](https://github.com/bitcoinresearchkit/brk/blob/dc15cceb1ee5fd90210add64f487f8d2140ef45a/modules/brk-client/index.js#L759)
|
|
|
|
Block hash (only present if confirmed)
|
|
|
|
***
|
|
|
|
### blockHeight?
|
|
|
|
> `optional` **blockHeight**: `number` \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:758](https://github.com/bitcoinresearchkit/brk/blob/dc15cceb1ee5fd90210add64f487f8d2140ef45a/modules/brk-client/index.js#L758)
|
|
|
|
Block height (only present if confirmed)
|
|
|
|
***
|
|
|
|
### blockTime?
|
|
|
|
> `optional` **blockTime**: `number` \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:760](https://github.com/bitcoinresearchkit/brk/blob/dc15cceb1ee5fd90210add64f487f8d2140ef45a/modules/brk-client/index.js#L760)
|
|
|
|
Block timestamp (only present if confirmed)
|
|
|
|
***
|
|
|
|
### confirmed
|
|
|
|
> **confirmed**: `boolean`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:757](https://github.com/bitcoinresearchkit/brk/blob/dc15cceb1ee5fd90210add64f487f8d2140ef45a/modules/brk-client/index.js#L757)
|
|
|
|
Whether the transaction is confirmed
|