mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 14:49:58 -07:00
global: snapshot
This commit is contained in:
41
modules/brk-client/docs/interfaces/HashrateSummary.md
Normal file
41
modules/brk-client/docs/interfaces/HashrateSummary.md
Normal file
@@ -0,0 +1,41 @@
|
||||
[**brk-client**](../README.md)
|
||||
|
||||
***
|
||||
|
||||
[brk-client](../globals.md) / HashrateSummary
|
||||
|
||||
# Interface: HashrateSummary
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:179](https://github.com/bitcoinresearchkit/brk/blob/6f45ec13f3a9e84728abdaed03e8c5432df5ffa3/modules/brk-client/index.js#L179)
|
||||
|
||||
## Properties
|
||||
|
||||
### currentDifficulty
|
||||
|
||||
> **currentDifficulty**: `number`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:180](https://github.com/bitcoinresearchkit/brk/blob/6f45ec13f3a9e84728abdaed03e8c5432df5ffa3/modules/brk-client/index.js#L180)
|
||||
|
||||
***
|
||||
|
||||
### currentHashrate
|
||||
|
||||
> **currentHashrate**: `number`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:181](https://github.com/bitcoinresearchkit/brk/blob/6f45ec13f3a9e84728abdaed03e8c5432df5ffa3/modules/brk-client/index.js#L181)
|
||||
|
||||
***
|
||||
|
||||
### difficulty
|
||||
|
||||
> **difficulty**: [`DifficultyEntry`](DifficultyEntry.md)[]
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:182](https://github.com/bitcoinresearchkit/brk/blob/6f45ec13f3a9e84728abdaed03e8c5432df5ffa3/modules/brk-client/index.js#L182)
|
||||
|
||||
***
|
||||
|
||||
### hashrates
|
||||
|
||||
> **hashrates**: [`HashrateEntry`](HashrateEntry.md)[]
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:183](https://github.com/bitcoinresearchkit/brk/blob/6f45ec13f3a9e84728abdaed03e8c5432df5ffa3/modules/brk-client/index.js#L183)
|
||||
Reference in New Issue
Block a user