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:272](https://github.com/bitcoinresearchkit/brk/blob/616a97d242fb82081d065cfef39ccee8acd45c28/modules/brk-client/index.js#L272)
|
|
|
|
## Properties
|
|
|
|
### currentDifficulty
|
|
|
|
> **currentDifficulty**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:276](https://github.com/bitcoinresearchkit/brk/blob/616a97d242fb82081d065cfef39ccee8acd45c28/modules/brk-client/index.js#L276)
|
|
|
|
Current network difficulty.
|
|
|
|
***
|
|
|
|
### currentHashrate
|
|
|
|
> **currentHashrate**: `number`
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:275](https://github.com/bitcoinresearchkit/brk/blob/616a97d242fb82081d065cfef39ccee8acd45c28/modules/brk-client/index.js#L275)
|
|
|
|
Current network hashrate (H/s).
|
|
|
|
***
|
|
|
|
### difficulty
|
|
|
|
> **difficulty**: [`DifficultyEntry`](DifficultyEntry.md)[]
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:274](https://github.com/bitcoinresearchkit/brk/blob/616a97d242fb82081d065cfef39ccee8acd45c28/modules/brk-client/index.js#L274)
|
|
|
|
Historical difficulty adjustments.
|
|
|
|
***
|
|
|
|
### hashrates
|
|
|
|
> **hashrates**: [`HashrateEntry`](HashrateEntry.md)[]
|
|
|
|
Defined in: [Developer/brk/modules/brk-client/index.js:273](https://github.com/bitcoinresearchkit/brk/blob/616a97d242fb82081d065cfef39ccee8acd45c28/modules/brk-client/index.js#L273)
|
|
|
|
Historical hashrate data points.
|