mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-19 06:14:47 -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:552](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L552)
|
||
|
||
## Properties
|
||
|
||
### capitalizedCapRaw
|
||
|
||
> **capitalizedCapRaw**: `number`
|
||
|
||
Defined in: [Developer/brk/modules/brk-client/index.js:559](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L559)
|
||
|
||
The capitalized cap: Σ(price² × sats)
|
||
|
||
***
|
||
|
||
### fundedTxoCount
|
||
|
||
> **fundedTxoCount**: `number`
|
||
|
||
Defined in: [Developer/brk/modules/brk-client/index.js:554](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L554)
|
||
|
||
Number of transaction outputs funded to this address
|
||
|
||
***
|
||
|
||
### realizedCapRaw
|
||
|
||
> **realizedCapRaw**: `number`
|
||
|
||
Defined in: [Developer/brk/modules/brk-client/index.js:558](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L558)
|
||
|
||
The realized capitalization: Σ(price × sats)
|
||
|
||
***
|
||
|
||
### received
|
||
|
||
> **received**: `number`
|
||
|
||
Defined in: [Developer/brk/modules/brk-client/index.js:556](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L556)
|
||
|
||
Satoshis received by this address
|
||
|
||
***
|
||
|
||
### sent
|
||
|
||
> **sent**: `number`
|
||
|
||
Defined in: [Developer/brk/modules/brk-client/index.js:557](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L557)
|
||
|
||
Satoshis sent by this address
|
||
|
||
***
|
||
|
||
### spentTxoCount
|
||
|
||
> **spentTxoCount**: `number`
|
||
|
||
Defined in: [Developer/brk/modules/brk-client/index.js:555](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L555)
|
||
|
||
Number of transaction outputs spent by this address
|
||
|
||
***
|
||
|
||
### txCount
|
||
|
||
> **txCount**: `number`
|
||
|
||
Defined in: [Developer/brk/modules/brk-client/index.js:553](https://github.com/bitcoinresearchkit/brk/blob/6e8be1af2225890fe02f0a4598e3a4fa8251f535/modules/brk-client/index.js#L553)
|
||
|
||
Total transaction count
|