mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-30 09:30:00 -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:519](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L519)
|
|
|
|
## Properties
|
|
|
|
### currentDifficulty
|
|
|
|
> **currentDifficulty**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:523](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L523)
|
|
|
|
Current network difficulty
|
|
|
|
***
|
|
|
|
### currentHashrate
|
|
|
|
> **currentHashrate**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:522](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L522)
|
|
|
|
Current network hashrate (H/s)
|
|
|
|
***
|
|
|
|
### difficulty
|
|
|
|
> **difficulty**: [`DifficultyEntry`](DifficultyEntry.md)[]
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:521](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L521)
|
|
|
|
Historical difficulty adjustments
|
|
|
|
***
|
|
|
|
### hashrates
|
|
|
|
> **hashrates**: [`HashrateEntry`](HashrateEntry.md)[]
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:520](https://github.com/bitcoinresearchkit/brk/blob/e4496742a4964a986078f3a65d3bfdc1e47a5eba/modules/brk-client/index.js#L520)
|
|
|
|
Historical hashrate data points
|