mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-26 15:49:58 -07:00
80 lines
2.2 KiB
Markdown
80 lines
2.2 KiB
Markdown
[**brk-client**](../README.md)
|
||
|
||
***
|
||
|
||
[brk-client](../globals.md) / FundedAddrData
|
||
|
||
# Interface: FundedAddrData
|
||
|
||
Defined in: [Developer/brk/modules/brk-client/index.js:499](https://github.com/bitcoinresearchkit/brk/blob/acd3d6f42524ece8c85e7b09cc9fdb13b5687b9f/modules/brk-client/index.js#L499)
|
||
|
||
## Properties
|
||
|
||
### fundedTxoCount
|
||
|
||
> **fundedTxoCount**: `number`
|
||
|
||
Defined in: [Developer/brk/modules/brk-client/index.js:501](https://github.com/bitcoinresearchkit/brk/blob/acd3d6f42524ece8c85e7b09cc9fdb13b5687b9f/modules/brk-client/index.js#L501)
|
||
|
||
Number of transaction outputs funded to this address
|
||
|
||
***
|
||
|
||
### investorCapRaw
|
||
|
||
> **investorCapRaw**: `number`
|
||
|
||
Defined in: [Developer/brk/modules/brk-client/index.js:506](https://github.com/bitcoinresearchkit/brk/blob/acd3d6f42524ece8c85e7b09cc9fdb13b5687b9f/modules/brk-client/index.js#L506)
|
||
|
||
The investor capitalization: Σ(price² × sats)
|
||
|
||
***
|
||
|
||
### realizedCapRaw
|
||
|
||
> **realizedCapRaw**: `number`
|
||
|
||
Defined in: [Developer/brk/modules/brk-client/index.js:505](https://github.com/bitcoinresearchkit/brk/blob/acd3d6f42524ece8c85e7b09cc9fdb13b5687b9f/modules/brk-client/index.js#L505)
|
||
|
||
The realized capitalization: Σ(price × sats)
|
||
|
||
***
|
||
|
||
### received
|
||
|
||
> **received**: `number`
|
||
|
||
Defined in: [Developer/brk/modules/brk-client/index.js:503](https://github.com/bitcoinresearchkit/brk/blob/acd3d6f42524ece8c85e7b09cc9fdb13b5687b9f/modules/brk-client/index.js#L503)
|
||
|
||
Satoshis received by this address
|
||
|
||
***
|
||
|
||
### sent
|
||
|
||
> **sent**: `number`
|
||
|
||
Defined in: [Developer/brk/modules/brk-client/index.js:504](https://github.com/bitcoinresearchkit/brk/blob/acd3d6f42524ece8c85e7b09cc9fdb13b5687b9f/modules/brk-client/index.js#L504)
|
||
|
||
Satoshis sent by this address
|
||
|
||
***
|
||
|
||
### spentTxoCount
|
||
|
||
> **spentTxoCount**: `number`
|
||
|
||
Defined in: [Developer/brk/modules/brk-client/index.js:502](https://github.com/bitcoinresearchkit/brk/blob/acd3d6f42524ece8c85e7b09cc9fdb13b5687b9f/modules/brk-client/index.js#L502)
|
||
|
||
Number of transaction outputs spent by this address
|
||
|
||
***
|
||
|
||
### txCount
|
||
|
||
> **txCount**: `number`
|
||
|
||
Defined in: [Developer/brk/modules/brk-client/index.js:500](https://github.com/bitcoinresearchkit/brk/blob/acd3d6f42524ece8c85e7b09cc9fdb13b5687b9f/modules/brk-client/index.js#L500)
|
||
|
||
Total transaction count
|