Files
brk/modules/brk-client/docs/interfaces/PoolsSummary.md
2026-04-22 22:29:43 +02:00

60 lines
1.7 KiB
Markdown

[**brk-client**](../README.md)
***
[brk-client](../globals.md) / PoolsSummary
# Interface: PoolsSummary
Defined in: [Developer/brk/modules/brk-client/index.js:824](https://github.com/bitcoinresearchkit/brk/blob/3faa989691a1f662d8f7f98dbce612dc66a737c7/modules/brk-client/index.js#L824)
## Properties
### blockCount
> **blockCount**: `number`
Defined in: [Developer/brk/modules/brk-client/index.js:826](https://github.com/bitcoinresearchkit/brk/blob/3faa989691a1f662d8f7f98dbce612dc66a737c7/modules/brk-client/index.js#L826)
Total blocks in the time period
***
### lastEstimatedHashrate
> **lastEstimatedHashrate**: `number`
Defined in: [Developer/brk/modules/brk-client/index.js:827](https://github.com/bitcoinresearchkit/brk/blob/3faa989691a1f662d8f7f98dbce612dc66a737c7/modules/brk-client/index.js#L827)
Estimated network hashrate (H/s)
***
### lastEstimatedHashrate1w
> **lastEstimatedHashrate1w**: `number`
Defined in: [Developer/brk/modules/brk-client/index.js:829](https://github.com/bitcoinresearchkit/brk/blob/3faa989691a1f662d8f7f98dbce612dc66a737c7/modules/brk-client/index.js#L829)
Estimated network hashrate over last 1 week (H/s)
***
### lastEstimatedHashrate3d
> **lastEstimatedHashrate3d**: `number`
Defined in: [Developer/brk/modules/brk-client/index.js:828](https://github.com/bitcoinresearchkit/brk/blob/3faa989691a1f662d8f7f98dbce612dc66a737c7/modules/brk-client/index.js#L828)
Estimated network hashrate over last 3 days (H/s)
***
### pools
> **pools**: [`PoolStats`](PoolStats.md)[]
Defined in: [Developer/brk/modules/brk-client/index.js:825](https://github.com/bitcoinresearchkit/brk/blob/3faa989691a1f662d8f7f98dbce612dc66a737c7/modules/brk-client/index.js#L825)
List of pools sorted by block count descending