mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-26 15:49:58 -07:00
80 lines
2.3 KiB
Markdown
80 lines
2.3 KiB
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / AddrChainStats
|
|
|
|
# Interface: AddrChainStats
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:16](https://github.com/bitcoinresearchkit/brk/blob/1ddb3385e298de5498f1b3bf48bb88ed008d8e17/modules/brk-client/index.js#L16)
|
|
|
|
## Properties
|
|
|
|
### fundedTxoCount
|
|
|
|
> **fundedTxoCount**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:17](https://github.com/bitcoinresearchkit/brk/blob/1ddb3385e298de5498f1b3bf48bb88ed008d8e17/modules/brk-client/index.js#L17)
|
|
|
|
Total number of transaction outputs that funded this address
|
|
|
|
***
|
|
|
|
### fundedTxoSum
|
|
|
|
> **fundedTxoSum**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:18](https://github.com/bitcoinresearchkit/brk/blob/1ddb3385e298de5498f1b3bf48bb88ed008d8e17/modules/brk-client/index.js#L18)
|
|
|
|
Total amount in satoshis received by this address across all funded outputs
|
|
|
|
***
|
|
|
|
### realizedPrice
|
|
|
|
> **realizedPrice**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:23](https://github.com/bitcoinresearchkit/brk/blob/1ddb3385e298de5498f1b3bf48bb88ed008d8e17/modules/brk-client/index.js#L23)
|
|
|
|
Realized price (average cost basis) in USD
|
|
|
|
***
|
|
|
|
### spentTxoCount
|
|
|
|
> **spentTxoCount**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:19](https://github.com/bitcoinresearchkit/brk/blob/1ddb3385e298de5498f1b3bf48bb88ed008d8e17/modules/brk-client/index.js#L19)
|
|
|
|
Total number of transaction outputs spent from this address
|
|
|
|
***
|
|
|
|
### spentTxoSum
|
|
|
|
> **spentTxoSum**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:20](https://github.com/bitcoinresearchkit/brk/blob/1ddb3385e298de5498f1b3bf48bb88ed008d8e17/modules/brk-client/index.js#L20)
|
|
|
|
Total amount in satoshis spent from this address
|
|
|
|
***
|
|
|
|
### txCount
|
|
|
|
> **txCount**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:21](https://github.com/bitcoinresearchkit/brk/blob/1ddb3385e298de5498f1b3bf48bb88ed008d8e17/modules/brk-client/index.js#L21)
|
|
|
|
Total number of confirmed transactions involving this address
|
|
|
|
***
|
|
|
|
### typeIndex
|
|
|
|
> **typeIndex**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:22](https://github.com/bitcoinresearchkit/brk/blob/1ddb3385e298de5498f1b3bf48bb88ed008d8e17/modules/brk-client/index.js#L22)
|
|
|
|
Index of this address within its type on the blockchain
|