mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 22:59:58 -07:00
40 lines
1.2 KiB
Markdown
40 lines
1.2 KiB
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / AddressStats
|
|
|
|
# Interface: AddressStats
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:43](https://github.com/bitcoinresearchkit/brk/blob/4a06caec672337d1974d77b021e6d10711049dbe/modules/brk-client/index.js#L43)
|
|
|
|
## Properties
|
|
|
|
### address
|
|
|
|
> **address**: `string`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:44](https://github.com/bitcoinresearchkit/brk/blob/4a06caec672337d1974d77b021e6d10711049dbe/modules/brk-client/index.js#L44)
|
|
|
|
Bitcoin address string
|
|
|
|
***
|
|
|
|
### chainStats
|
|
|
|
> **chainStats**: [`AddressChainStats`](AddressChainStats.md)
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:45](https://github.com/bitcoinresearchkit/brk/blob/4a06caec672337d1974d77b021e6d10711049dbe/modules/brk-client/index.js#L45)
|
|
|
|
Statistics for confirmed transactions on the blockchain
|
|
|
|
***
|
|
|
|
### mempoolStats?
|
|
|
|
> `optional` **mempoolStats**: [`AddressMempoolStats`](AddressMempoolStats.md) \| `null`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:46](https://github.com/bitcoinresearchkit/brk/blob/4a06caec672337d1974d77b021e6d10711049dbe/modules/brk-client/index.js#L46)
|
|
|
|
Statistics for unconfirmed transactions in the mempool
|