mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 22:59: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:341](https://github.com/bitcoinresearchkit/brk/blob/4a06caec672337d1974d77b021e6d10711049dbe/modules/brk-client/index.js#L341)
|
|
|
|
## Properties
|
|
|
|
### currentDifficulty
|
|
|
|
> **currentDifficulty**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:345](https://github.com/bitcoinresearchkit/brk/blob/4a06caec672337d1974d77b021e6d10711049dbe/modules/brk-client/index.js#L345)
|
|
|
|
Current network difficulty.
|
|
|
|
***
|
|
|
|
### currentHashrate
|
|
|
|
> **currentHashrate**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:344](https://github.com/bitcoinresearchkit/brk/blob/4a06caec672337d1974d77b021e6d10711049dbe/modules/brk-client/index.js#L344)
|
|
|
|
Current network hashrate (H/s).
|
|
|
|
***
|
|
|
|
### difficulty
|
|
|
|
> **difficulty**: [`DifficultyEntry`](DifficultyEntry.md)[]
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:343](https://github.com/bitcoinresearchkit/brk/blob/4a06caec672337d1974d77b021e6d10711049dbe/modules/brk-client/index.js#L343)
|
|
|
|
Historical difficulty adjustments.
|
|
|
|
***
|
|
|
|
### hashrates
|
|
|
|
> **hashrates**: [`HashrateEntry`](HashrateEntry.md)[]
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:342](https://github.com/bitcoinresearchkit/brk/blob/4a06caec672337d1974d77b021e6d10711049dbe/modules/brk-client/index.js#L342)
|
|
|
|
Historical hashrate data points.
|