mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 14:49:58 -07:00
70 lines
1.9 KiB
Markdown
70 lines
1.9 KiB
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / LoadedAddressData
|
|
|
|
# Interface: LoadedAddressData
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:332](https://github.com/bitcoinresearchkit/brk/blob/2e1037ff3648b9362cc223c71160f3d69c7730ad/modules/brk-client/index.js#L332)
|
|
|
|
## Properties
|
|
|
|
### fundedTxoCount
|
|
|
|
> **fundedTxoCount**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:334](https://github.com/bitcoinresearchkit/brk/blob/2e1037ff3648b9362cc223c71160f3d69c7730ad/modules/brk-client/index.js#L334)
|
|
|
|
Number of transaction outputs funded to this address
|
|
|
|
***
|
|
|
|
### realizedCap
|
|
|
|
> **realizedCap**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:338](https://github.com/bitcoinresearchkit/brk/blob/2e1037ff3648b9362cc223c71160f3d69c7730ad/modules/brk-client/index.js#L338)
|
|
|
|
The realized capitalization of this address
|
|
|
|
***
|
|
|
|
### received
|
|
|
|
> **received**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:336](https://github.com/bitcoinresearchkit/brk/blob/2e1037ff3648b9362cc223c71160f3d69c7730ad/modules/brk-client/index.js#L336)
|
|
|
|
Satoshis received by this address
|
|
|
|
***
|
|
|
|
### sent
|
|
|
|
> **sent**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:337](https://github.com/bitcoinresearchkit/brk/blob/2e1037ff3648b9362cc223c71160f3d69c7730ad/modules/brk-client/index.js#L337)
|
|
|
|
Satoshis sent by this address
|
|
|
|
***
|
|
|
|
### spentTxoCount
|
|
|
|
> **spentTxoCount**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:335](https://github.com/bitcoinresearchkit/brk/blob/2e1037ff3648b9362cc223c71160f3d69c7730ad/modules/brk-client/index.js#L335)
|
|
|
|
Number of transaction outputs spent by this address
|
|
|
|
***
|
|
|
|
### txCount
|
|
|
|
> **txCount**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:333](https://github.com/bitcoinresearchkit/brk/blob/2e1037ff3648b9362cc223c71160f3d69c7730ad/modules/brk-client/index.js#L333)
|
|
|
|
Total transaction count
|