mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-26 15:49:58 -07:00
50 lines
1.4 KiB
Markdown
50 lines
1.4 KiB
Markdown
[**brk-client**](../README.md)
|
|
|
|
***
|
|
|
|
[brk-client](../globals.md) / HashrateSummary
|
|
|
|
# Interface: HashrateSummary
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:520](https://github.com/bitcoinresearchkit/brk/blob/acd3d6f42524ece8c85e7b09cc9fdb13b5687b9f/modules/brk-client/index.js#L520)
|
|
|
|
## Properties
|
|
|
|
### currentDifficulty
|
|
|
|
> **currentDifficulty**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:524](https://github.com/bitcoinresearchkit/brk/blob/acd3d6f42524ece8c85e7b09cc9fdb13b5687b9f/modules/brk-client/index.js#L524)
|
|
|
|
Current network difficulty.
|
|
|
|
***
|
|
|
|
### currentHashrate
|
|
|
|
> **currentHashrate**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:523](https://github.com/bitcoinresearchkit/brk/blob/acd3d6f42524ece8c85e7b09cc9fdb13b5687b9f/modules/brk-client/index.js#L523)
|
|
|
|
Current network hashrate (H/s).
|
|
|
|
***
|
|
|
|
### difficulty
|
|
|
|
> **difficulty**: [`DifficultyEntry`](DifficultyEntry.md)[]
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:522](https://github.com/bitcoinresearchkit/brk/blob/acd3d6f42524ece8c85e7b09cc9fdb13b5687b9f/modules/brk-client/index.js#L522)
|
|
|
|
Historical difficulty adjustments.
|
|
|
|
***
|
|
|
|
### hashrates
|
|
|
|
> **hashrates**: [`HashrateEntry`](HashrateEntry.md)[]
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:521](https://github.com/bitcoinresearchkit/brk/blob/acd3d6f42524ece8c85e7b09cc9fdb13b5687b9f/modules/brk-client/index.js#L521)
|
|
|
|
Historical hashrate data points.
|