mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-08-05 15:13:06 -07:00
70 lines
1.9 KiB
Markdown
70 lines
1.9 KiB
Markdown
[**brk-client**](../README.md)
|
||
|
||
***
|
||
|
||
[brk-client](../globals.md) / FundedAddrData
|
||
|
||
# Interface: FundedAddrData
|
||
|
||
Defined in: [Developer/brk/modules/brk-client/index.js:595](https://github.com/bitcoinresearchkit/brk/blob/76e08a33afe7d878b09f4359c21ffd6183727e32/modules/brk-client/index.js#L595)
|
||
|
||
## Properties
|
||
|
||
### fundedTxoCount
|
||
|
||
> **fundedTxoCount**: `number`
|
||
|
||
Defined in: [Developer/brk/modules/brk-client/index.js:597](https://github.com/bitcoinresearchkit/brk/blob/76e08a33afe7d878b09f4359c21ffd6183727e32/modules/brk-client/index.js#L597)
|
||
|
||
Number of transaction outputs funded to this address
|
||
|
||
***
|
||
|
||
### realizedCapRaw
|
||
|
||
> **realizedCapRaw**: `number`
|
||
|
||
Defined in: [Developer/brk/modules/brk-client/index.js:601](https://github.com/bitcoinresearchkit/brk/blob/76e08a33afe7d878b09f4359c21ffd6183727e32/modules/brk-client/index.js#L601)
|
||
|
||
The realized capitalization: Σ(price × sats)
|
||
|
||
***
|
||
|
||
### received
|
||
|
||
> **received**: `number`
|
||
|
||
Defined in: [Developer/brk/modules/brk-client/index.js:599](https://github.com/bitcoinresearchkit/brk/blob/76e08a33afe7d878b09f4359c21ffd6183727e32/modules/brk-client/index.js#L599)
|
||
|
||
Satoshis received by this address
|
||
|
||
***
|
||
|
||
### sent
|
||
|
||
> **sent**: `number`
|
||
|
||
Defined in: [Developer/brk/modules/brk-client/index.js:600](https://github.com/bitcoinresearchkit/brk/blob/76e08a33afe7d878b09f4359c21ffd6183727e32/modules/brk-client/index.js#L600)
|
||
|
||
Satoshis sent by this address
|
||
|
||
***
|
||
|
||
### spentTxoCount
|
||
|
||
> **spentTxoCount**: `number`
|
||
|
||
Defined in: [Developer/brk/modules/brk-client/index.js:598](https://github.com/bitcoinresearchkit/brk/blob/76e08a33afe7d878b09f4359c21ffd6183727e32/modules/brk-client/index.js#L598)
|
||
|
||
Number of transaction outputs spent by this address
|
||
|
||
***
|
||
|
||
### txCount
|
||
|
||
> **txCount**: `number`
|
||
|
||
Defined in: [Developer/brk/modules/brk-client/index.js:596](https://github.com/bitcoinresearchkit/brk/blob/76e08a33afe7d878b09f4359c21ffd6183727e32/modules/brk-client/index.js#L596)
|
||
|
||
Total transaction count
|