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:600](https://github.com/bitcoinresearchkit/brk/blob/1a706da13cc492eee123fc28fd358f02b56918b6/modules/brk-client/index.js#L600)
|
||
|
||
## Properties
|
||
|
||
### capitalizedCapRaw
|
||
|
||
> **capitalizedCapRaw**: `number`
|
||
|
||
Defined in: [Developer/brk/modules/brk-client/index.js:607](https://github.com/bitcoinresearchkit/brk/blob/1a706da13cc492eee123fc28fd358f02b56918b6/modules/brk-client/index.js#L607)
|
||
|
||
The capitalized cap: Σ(price² × sats)
|
||
|
||
***
|
||
|
||
### fundedTxoCount
|
||
|
||
> **fundedTxoCount**: `number`
|
||
|
||
Defined in: [Developer/brk/modules/brk-client/index.js:602](https://github.com/bitcoinresearchkit/brk/blob/1a706da13cc492eee123fc28fd358f02b56918b6/modules/brk-client/index.js#L602)
|
||
|
||
Number of transaction outputs funded to this address
|
||
|
||
***
|
||
|
||
### realizedCapRaw
|
||
|
||
> **realizedCapRaw**: `number`
|
||
|
||
Defined in: [Developer/brk/modules/brk-client/index.js:606](https://github.com/bitcoinresearchkit/brk/blob/1a706da13cc492eee123fc28fd358f02b56918b6/modules/brk-client/index.js#L606)
|
||
|
||
The realized capitalization: Σ(price × sats)
|
||
|
||
***
|
||
|
||
### received
|
||
|
||
> **received**: `number`
|
||
|
||
Defined in: [Developer/brk/modules/brk-client/index.js:604](https://github.com/bitcoinresearchkit/brk/blob/1a706da13cc492eee123fc28fd358f02b56918b6/modules/brk-client/index.js#L604)
|
||
|
||
Satoshis received by this address
|
||
|
||
***
|
||
|
||
### sent
|
||
|
||
> **sent**: `number`
|
||
|
||
Defined in: [Developer/brk/modules/brk-client/index.js:605](https://github.com/bitcoinresearchkit/brk/blob/1a706da13cc492eee123fc28fd358f02b56918b6/modules/brk-client/index.js#L605)
|
||
|
||
Satoshis sent by this address
|
||
|
||
***
|
||
|
||
### spentTxoCount
|
||
|
||
> **spentTxoCount**: `number`
|
||
|
||
Defined in: [Developer/brk/modules/brk-client/index.js:603](https://github.com/bitcoinresearchkit/brk/blob/1a706da13cc492eee123fc28fd358f02b56918b6/modules/brk-client/index.js#L603)
|
||
|
||
Number of transaction outputs spent by this address
|
||
|
||
***
|
||
|
||
### txCount
|
||
|
||
> **txCount**: `number`
|
||
|
||
Defined in: [Developer/brk/modules/brk-client/index.js:601](https://github.com/bitcoinresearchkit/brk/blob/1a706da13cc492eee123fc28fd358f02b56918b6/modules/brk-client/index.js#L601)
|
||
|
||
Total transaction count
|