mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-19 06:14:47 -07:00
60 lines
1.8 KiB
Markdown
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:37](https://github.com/bitcoinresearchkit/brk/blob/6ff43c0f74cf0925ed63288a681f08b5cb45400b/modules/brk-client/index.js#L37)
|
|
|
|
## Properties
|
|
|
|
### fundedTxoCount
|
|
|
|
> **fundedTxoCount**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:38](https://github.com/bitcoinresearchkit/brk/blob/6ff43c0f74cf0925ed63288a681f08b5cb45400b/modules/brk-client/index.js#L38)
|
|
|
|
Number of unconfirmed transaction outputs funding this address
|
|
|
|
***
|
|
|
|
### fundedTxoSum
|
|
|
|
> **fundedTxoSum**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:39](https://github.com/bitcoinresearchkit/brk/blob/6ff43c0f74cf0925ed63288a681f08b5cb45400b/modules/brk-client/index.js#L39)
|
|
|
|
Total amount in satoshis being received in unconfirmed transactions
|
|
|
|
***
|
|
|
|
### spentTxoCount
|
|
|
|
> **spentTxoCount**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:40](https://github.com/bitcoinresearchkit/brk/blob/6ff43c0f74cf0925ed63288a681f08b5cb45400b/modules/brk-client/index.js#L40)
|
|
|
|
Number of unconfirmed transaction inputs spending from this address
|
|
|
|
***
|
|
|
|
### spentTxoSum
|
|
|
|
> **spentTxoSum**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:41](https://github.com/bitcoinresearchkit/brk/blob/6ff43c0f74cf0925ed63288a681f08b5cb45400b/modules/brk-client/index.js#L41)
|
|
|
|
Total amount in satoshis being spent in unconfirmed transactions
|
|
|
|
***
|
|
|
|
### txCount
|
|
|
|
> **txCount**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:42](https://github.com/bitcoinresearchkit/brk/blob/6ff43c0f74cf0925ed63288a681f08b5cb45400b/modules/brk-client/index.js#L42)
|
|
|
|
Number of unconfirmed transactions involving this address
|