mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 22:59:58 -07:00
34 lines
1.0 KiB
Markdown
34 lines
1.0 KiB
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / PoolsSummary
|
|
|
|
# Interface: PoolsSummary
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:383](https://github.com/bitcoinresearchkit/brk/blob/6f45ec13f3a9e84728abdaed03e8c5432df5ffa3/modules/brk-client/index.js#L383)
|
|
|
|
## Properties
|
|
|
|
### blockCount
|
|
|
|
> **blockCount**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:384](https://github.com/bitcoinresearchkit/brk/blob/6f45ec13f3a9e84728abdaed03e8c5432df5ffa3/modules/brk-client/index.js#L384)
|
|
|
|
***
|
|
|
|
### lastEstimatedHashrate
|
|
|
|
> **lastEstimatedHashrate**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:385](https://github.com/bitcoinresearchkit/brk/blob/6f45ec13f3a9e84728abdaed03e8c5432df5ffa3/modules/brk-client/index.js#L385)
|
|
|
|
***
|
|
|
|
### pools
|
|
|
|
> **pools**: [`PoolStats`](PoolStats.md)[]
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:386](https://github.com/bitcoinresearchkit/brk/blob/6f45ec13f3a9e84728abdaed03e8c5432df5ffa3/modules/brk-client/index.js#L386)
|