Files
brk/modules/brk-client/docs/interfaces/PoolsSummary.md
T
2026-05-18 19:43:22 +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:947](https://github.com/bitcoinresearchkit/brk/blob/0b871e86004ed9dd0c54dd9336049531d6fe4d23/modules/brk-client/index.js#L947)
## Properties
### blockCount
> **blockCount**: `number`
Defined in: [Developer/brk/modules/brk-client/index.js:949](https://github.com/bitcoinresearchkit/brk/blob/0b871e86004ed9dd0c54dd9336049531d6fe4d23/modules/brk-client/index.js#L949)
Total blocks in the time period
***
### lastEstimatedHashrate
> **lastEstimatedHashrate**: `number`
Defined in: [Developer/brk/modules/brk-client/index.js:950](https://github.com/bitcoinresearchkit/brk/blob/0b871e86004ed9dd0c54dd9336049531d6fe4d23/modules/brk-client/index.js#L950)
Estimated network hashrate (H/s)
***
### lastEstimatedHashrate1w
> **lastEstimatedHashrate1w**: `number`
Defined in: [Developer/brk/modules/brk-client/index.js:952](https://github.com/bitcoinresearchkit/brk/blob/0b871e86004ed9dd0c54dd9336049531d6fe4d23/modules/brk-client/index.js#L952)
Estimated network hashrate over last 1 week (H/s)
***
### lastEstimatedHashrate3d
> **lastEstimatedHashrate3d**: `number`
Defined in: [Developer/brk/modules/brk-client/index.js:951](https://github.com/bitcoinresearchkit/brk/blob/0b871e86004ed9dd0c54dd9336049531d6fe4d23/modules/brk-client/index.js#L951)
Estimated network hashrate over last 3 days (H/s)
***
### pools
> **pools**: [`PoolStats`](PoolStats.md)[]
Defined in: [Developer/brk/modules/brk-client/index.js:948](https://github.com/bitcoinresearchkit/brk/blob/0b871e86004ed9dd0c54dd9336049531d6fe4d23/modules/brk-client/index.js#L948)
List of pools sorted by block count descending