mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 22:59:58 -07:00
60 lines
1.8 KiB
Markdown
60 lines
1.8 KiB
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / AddressMempoolStats
|
|
|
|
# Interface: AddressMempoolStats
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:29](https://github.com/bitcoinresearchkit/brk/blob/ba60b7e4f64e81cffbd4781566a0df0728014881/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/ba60b7e4f64e81cffbd4781566a0df0728014881/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/ba60b7e4f64e81cffbd4781566a0df0728014881/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/ba60b7e4f64e81cffbd4781566a0df0728014881/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/ba60b7e4f64e81cffbd4781566a0df0728014881/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/ba60b7e4f64e81cffbd4781566a0df0728014881/modules/brk-client/index.js#L34)
|
|
|
|
Number of unconfirmed transactions involving this address
|