mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-30 06:02:10 -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:612](https://github.com/bitcoinresearchkit/brk/blob/9879a986aa1b6609c39bacbd2ccae5519598e212/modules/brk-client/index.js#L612)
|
||
|
||
## Properties
|
||
|
||
### capitalizedCapRaw
|
||
|
||
> **capitalizedCapRaw**: `number`
|
||
|
||
Defined in: [Developer/brk/modules/brk-client/index.js:619](https://github.com/bitcoinresearchkit/brk/blob/9879a986aa1b6609c39bacbd2ccae5519598e212/modules/brk-client/index.js#L619)
|
||
|
||
The capitalized cap: Σ(price² × sats)
|
||
|
||
***
|
||
|
||
### fundedTxoCount
|
||
|
||
> **fundedTxoCount**: `number`
|
||
|
||
Defined in: [Developer/brk/modules/brk-client/index.js:614](https://github.com/bitcoinresearchkit/brk/blob/9879a986aa1b6609c39bacbd2ccae5519598e212/modules/brk-client/index.js#L614)
|
||
|
||
Number of transaction outputs funded to this address
|
||
|
||
***
|
||
|
||
### realizedCapRaw
|
||
|
||
> **realizedCapRaw**: `number`
|
||
|
||
Defined in: [Developer/brk/modules/brk-client/index.js:618](https://github.com/bitcoinresearchkit/brk/blob/9879a986aa1b6609c39bacbd2ccae5519598e212/modules/brk-client/index.js#L618)
|
||
|
||
The realized capitalization: Σ(price × sats)
|
||
|
||
***
|
||
|
||
### received
|
||
|
||
> **received**: `number`
|
||
|
||
Defined in: [Developer/brk/modules/brk-client/index.js:616](https://github.com/bitcoinresearchkit/brk/blob/9879a986aa1b6609c39bacbd2ccae5519598e212/modules/brk-client/index.js#L616)
|
||
|
||
Satoshis received by this address
|
||
|
||
***
|
||
|
||
### sent
|
||
|
||
> **sent**: `number`
|
||
|
||
Defined in: [Developer/brk/modules/brk-client/index.js:617](https://github.com/bitcoinresearchkit/brk/blob/9879a986aa1b6609c39bacbd2ccae5519598e212/modules/brk-client/index.js#L617)
|
||
|
||
Satoshis sent by this address
|
||
|
||
***
|
||
|
||
### spentTxoCount
|
||
|
||
> **spentTxoCount**: `number`
|
||
|
||
Defined in: [Developer/brk/modules/brk-client/index.js:615](https://github.com/bitcoinresearchkit/brk/blob/9879a986aa1b6609c39bacbd2ccae5519598e212/modules/brk-client/index.js#L615)
|
||
|
||
Number of transaction outputs spent by this address
|
||
|
||
***
|
||
|
||
### txCount
|
||
|
||
> **txCount**: `number`
|
||
|
||
Defined in: [Developer/brk/modules/brk-client/index.js:613](https://github.com/bitcoinresearchkit/brk/blob/9879a986aa1b6609c39bacbd2ccae5519598e212/modules/brk-client/index.js#L613)
|
||
|
||
Total transaction count
|