mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-08-05 07:03:06 -07:00
90 lines
2.5 KiB
Markdown
90 lines
2.5 KiB
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / AddrChainStats
|
|
|
|
# Interface: AddrChainStats
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:23](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L23)
|
|
|
|
## Properties
|
|
|
|
### balance
|
|
|
|
> **balance**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:24](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L24)
|
|
|
|
Current confirmed balance in satoshis
|
|
|
|
***
|
|
|
|
### fundedTxoCount
|
|
|
|
> **fundedTxoCount**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:25](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L25)
|
|
|
|
Total number of transaction outputs that funded this address
|
|
|
|
***
|
|
|
|
### fundedTxoSum
|
|
|
|
> **fundedTxoSum**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:26](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L26)
|
|
|
|
Total amount in satoshis received by this address across all funded outputs
|
|
|
|
***
|
|
|
|
### realizedPrice
|
|
|
|
> **realizedPrice**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:31](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L31)
|
|
|
|
Realized price (average cost basis) in USD
|
|
|
|
***
|
|
|
|
### spentTxoCount
|
|
|
|
> **spentTxoCount**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:27](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L27)
|
|
|
|
Total number of transaction outputs spent from this address
|
|
|
|
***
|
|
|
|
### spentTxoSum
|
|
|
|
> **spentTxoSum**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:28](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L28)
|
|
|
|
Total amount in satoshis spent from this address
|
|
|
|
***
|
|
|
|
### txCount
|
|
|
|
> **txCount**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:29](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L29)
|
|
|
|
Total number of confirmed transactions involving this address
|
|
|
|
***
|
|
|
|
### typeIndex
|
|
|
|
> **typeIndex**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:30](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L30)
|
|
|
|
Index of this address within its type on the blockchain
|