mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 22:59:58 -07:00
1.4 KiB
1.4 KiB
brk-client / HashrateSummary
Interface: HashrateSummary
Defined in: Developer/brk/modules/brk-client/index.js:272
Properties
currentDifficulty
currentDifficulty:
number
Defined in: Developer/brk/modules/brk-client/index.js:276
Current network difficulty.
currentHashrate
currentHashrate:
number
Defined in: Developer/brk/modules/brk-client/index.js:275
Current network hashrate (H/s).
difficulty
difficulty:
DifficultyEntry[]
Defined in: Developer/brk/modules/brk-client/index.js:274
Historical difficulty adjustments.
hashrates
hashrates:
HashrateEntry[]
Defined in: Developer/brk/modules/brk-client/index.js:273
Historical hashrate data points.