mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 14:49: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:608](https://github.com/bitcoinresearchkit/brk/blob/8bc993ecebee68170d873d232b25f3b1f2d71378/modules/brk-client/index.js#L608)
|
|
|
|
## Properties
|
|
|
|
### count
|
|
|
|
> **count**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:609](https://github.com/bitcoinresearchkit/brk/blob/8bc993ecebee68170d873d232b25f3b1f2d71378/modules/brk-client/index.js#L609)
|
|
|
|
Number of transactions in the mempool
|
|
|
|
***
|
|
|
|
### feeHistogram
|
|
|
|
> **feeHistogram**: `object`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:612](https://github.com/bitcoinresearchkit/brk/blob/8bc993ecebee68170d873d232b25f3b1f2d71378/modules/brk-client/index.js#L612)
|
|
|
|
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:611](https://github.com/bitcoinresearchkit/brk/blob/8bc993ecebee68170d873d232b25f3b1f2d71378/modules/brk-client/index.js#L611)
|
|
|
|
Total fees of all transactions in the mempool (satoshis)
|
|
|
|
***
|
|
|
|
### vsize
|
|
|
|
> **vsize**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:610](https://github.com/bitcoinresearchkit/brk/blob/8bc993ecebee68170d873d232b25f3b1f2d71378/modules/brk-client/index.js#L610)
|
|
|
|
Total virtual size of all transactions in the mempool (vbytes)
|