mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 14:49:58 -07:00
40 lines
1.1 KiB
Markdown
40 lines
1.1 KiB
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / PoolsSummary
|
|
|
|
# Interface: PoolsSummary
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:639](https://github.com/bitcoinresearchkit/brk/blob/ec6420254a230ae65df0ed8b66cad1cffcf46447/modules/brk-client/index.js#L639)
|
|
|
|
## Properties
|
|
|
|
### blockCount
|
|
|
|
> **blockCount**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:641](https://github.com/bitcoinresearchkit/brk/blob/ec6420254a230ae65df0ed8b66cad1cffcf46447/modules/brk-client/index.js#L641)
|
|
|
|
Total blocks in the time period
|
|
|
|
***
|
|
|
|
### lastEstimatedHashrate
|
|
|
|
> **lastEstimatedHashrate**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:642](https://github.com/bitcoinresearchkit/brk/blob/ec6420254a230ae65df0ed8b66cad1cffcf46447/modules/brk-client/index.js#L642)
|
|
|
|
Estimated network hashrate (hashes per second)
|
|
|
|
***
|
|
|
|
### pools
|
|
|
|
> **pools**: [`PoolStats`](PoolStats.md)[]
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:640](https://github.com/bitcoinresearchkit/brk/blob/ec6420254a230ae65df0ed8b66cad1cffcf46447/modules/brk-client/index.js#L640)
|
|
|
|
List of pools sorted by block count descending
|