Files
brk/modules/brk-client/docs/interfaces/HashrateSummary.md
2026-04-03 00:15:43 +02:00

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:501](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L501)
## Properties
### currentDifficulty
> **currentDifficulty**: `number`
Defined in: [Developer/brk/modules/brk-client/index.js:505](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L505)
Current network difficulty.
***
### currentHashrate
> **currentHashrate**: `number`
Defined in: [Developer/brk/modules/brk-client/index.js:504](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L504)
Current network hashrate (H/s).
***
### difficulty
> **difficulty**: [`DifficultyEntry`](DifficultyEntry.md)[]
Defined in: [Developer/brk/modules/brk-client/index.js:503](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L503)
Historical difficulty adjustments.
***
### hashrates
> **hashrates**: [`HashrateEntry`](HashrateEntry.md)[]
Defined in: [Developer/brk/modules/brk-client/index.js:502](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L502)
Historical hashrate data points.