mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-08-05 23:23:05 -07:00
60 lines
1.8 KiB
Markdown
60 lines
1.8 KiB
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / AddrStats
|
|
|
|
# Interface: AddrStats
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:68](https://github.com/bitcoinresearchkit/brk/blob/76e08a33afe7d878b09f4359c21ffd6183727e32/modules/brk-client/index.js#L68)
|
|
|
|
## Properties
|
|
|
|
### address
|
|
|
|
> **address**: `string`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:69](https://github.com/bitcoinresearchkit/brk/blob/76e08a33afe7d878b09f4359c21ffd6183727e32/modules/brk-client/index.js#L69)
|
|
|
|
Bitcoin address string
|
|
|
|
***
|
|
|
|
### addrType
|
|
|
|
> **addrType**: [`OutputType`](../type-aliases/OutputType.md)
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:70](https://github.com/bitcoinresearchkit/brk/blob/76e08a33afe7d878b09f4359c21ffd6183727e32/modules/brk-client/index.js#L70)
|
|
|
|
Address type (p2pkh, p2sh, v0_p2wpkh, v0_p2wsh, v1_p2tr, etc.)
|
|
|
|
***
|
|
|
|
### balance
|
|
|
|
> **balance**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:73](https://github.com/bitcoinresearchkit/brk/blob/76e08a33afe7d878b09f4359c21ffd6183727e32/modules/brk-client/index.js#L73)
|
|
|
|
Total current balance in satoshis, including pending (unconfirmed) mempool changes
|
|
|
|
***
|
|
|
|
### chainStats
|
|
|
|
> **chainStats**: [`AddrChainStats`](AddrChainStats.md)
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:71](https://github.com/bitcoinresearchkit/brk/blob/76e08a33afe7d878b09f4359c21ffd6183727e32/modules/brk-client/index.js#L71)
|
|
|
|
Statistics for confirmed transactions on the blockchain
|
|
|
|
***
|
|
|
|
### mempoolStats
|
|
|
|
> **mempoolStats**: [`AddrMempoolStats`](AddrMempoolStats.md)
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:72](https://github.com/bitcoinresearchkit/brk/blob/76e08a33afe7d878b09f4359c21ffd6183727e32/modules/brk-client/index.js#L72)
|
|
|
|
Statistics for unconfirmed transactions in the mempool
|