mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 06:39:58 -07:00
54 lines
1.5 KiB
Markdown
54 lines
1.5 KiB
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / MempoolInfo
|
|
|
|
# Interface: MempoolInfo
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:605](https://github.com/bitcoinresearchkit/brk/blob/5bf06530ce84cd1829c2f934e5baded9c9125d45/modules/brk-client/index.js#L605)
|
|
|
|
## Properties
|
|
|
|
### count
|
|
|
|
> **count**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:606](https://github.com/bitcoinresearchkit/brk/blob/5bf06530ce84cd1829c2f934e5baded9c9125d45/modules/brk-client/index.js#L606)
|
|
|
|
Number of transactions in the mempool
|
|
|
|
***
|
|
|
|
### feeHistogram
|
|
|
|
> **feeHistogram**: `object`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:609](https://github.com/bitcoinresearchkit/brk/blob/5bf06530ce84cd1829c2f934e5baded9c9125d45/modules/brk-client/index.js#L609)
|
|
|
|
Fee histogram: `[[fee_rate, vsize], ...]` sorted by descending fee rate
|
|
|
|
#### Index Signature
|
|
|
|
\[`key`: `string`\]: `number`
|
|
|
|
***
|
|
|
|
### totalFee
|
|
|
|
> **totalFee**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:608](https://github.com/bitcoinresearchkit/brk/blob/5bf06530ce84cd1829c2f934e5baded9c9125d45/modules/brk-client/index.js#L608)
|
|
|
|
Total fees of all transactions in the mempool (satoshis)
|
|
|
|
***
|
|
|
|
### vsize
|
|
|
|
> **vsize**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:607](https://github.com/bitcoinresearchkit/brk/blob/5bf06530ce84cd1829c2f934e5baded9c9125d45/modules/brk-client/index.js#L607)
|
|
|
|
Total virtual size of all transactions in the mempool (vbytes)
|