Files
brk/modules/brk-client/docs/interfaces/AddrMempoolStats.md
2026-03-29 17:32:44 +02:00

60 lines
1.8 KiB
Markdown

[**brk-client**](../README.md)
***
[brk-client](../globals.md) / AddrMempoolStats
# Interface: AddrMempoolStats
Defined in: [Developer/brk/modules/brk-client/index.js:29](https://github.com/bitcoinresearchkit/brk/blob/d4dc1b9e4900e3787f2a133b8cac5d304acff9bf/modules/brk-client/index.js#L29)
## Properties
### fundedTxoCount
> **fundedTxoCount**: `number`
Defined in: [Developer/brk/modules/brk-client/index.js:30](https://github.com/bitcoinresearchkit/brk/blob/d4dc1b9e4900e3787f2a133b8cac5d304acff9bf/modules/brk-client/index.js#L30)
Number of unconfirmed transaction outputs funding this address
***
### fundedTxoSum
> **fundedTxoSum**: `number`
Defined in: [Developer/brk/modules/brk-client/index.js:31](https://github.com/bitcoinresearchkit/brk/blob/d4dc1b9e4900e3787f2a133b8cac5d304acff9bf/modules/brk-client/index.js#L31)
Total amount in satoshis being received in unconfirmed transactions
***
### spentTxoCount
> **spentTxoCount**: `number`
Defined in: [Developer/brk/modules/brk-client/index.js:32](https://github.com/bitcoinresearchkit/brk/blob/d4dc1b9e4900e3787f2a133b8cac5d304acff9bf/modules/brk-client/index.js#L32)
Number of unconfirmed transaction inputs spending from this address
***
### spentTxoSum
> **spentTxoSum**: `number`
Defined in: [Developer/brk/modules/brk-client/index.js:33](https://github.com/bitcoinresearchkit/brk/blob/d4dc1b9e4900e3787f2a133b8cac5d304acff9bf/modules/brk-client/index.js#L33)
Total amount in satoshis being spent in unconfirmed transactions
***
### txCount
> **txCount**: `number`
Defined in: [Developer/brk/modules/brk-client/index.js:34](https://github.com/bitcoinresearchkit/brk/blob/d4dc1b9e4900e3787f2a133b8cac5d304acff9bf/modules/brk-client/index.js#L34)
Number of unconfirmed transactions involving this address