mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-08-06 07:33:06 -07:00
70 lines
1.9 KiB
Markdown
70 lines
1.9 KiB
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / MempoolBlock
|
|
|
|
# Interface: MempoolBlock
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:716](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L716)
|
|
|
|
## Properties
|
|
|
|
### blockSize
|
|
|
|
> **blockSize**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:717](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L717)
|
|
|
|
Total serialized block size in bytes (witness + non-witness).
|
|
|
|
***
|
|
|
|
### blockVSize
|
|
|
|
> **blockVSize**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:718](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L718)
|
|
|
|
Total block virtual size in vbytes
|
|
|
|
***
|
|
|
|
### feeRange
|
|
|
|
> **feeRange**: `number`[]
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:722](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L722)
|
|
|
|
Fee rate range: [min, 10%, 25%, 50%, 75%, 90%, max]
|
|
|
|
***
|
|
|
|
### medianFee
|
|
|
|
> **medianFee**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:721](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L721)
|
|
|
|
Median fee rate in sat/vB
|
|
|
|
***
|
|
|
|
### nTx
|
|
|
|
> **nTx**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:719](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L719)
|
|
|
|
Number of transactions in the projected block
|
|
|
|
***
|
|
|
|
### totalFees
|
|
|
|
> **totalFees**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:720](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L720)
|
|
|
|
Total fees in satoshis
|