Files
brk/modules/brk-client/docs/interfaces/DifficultyEntry.md
T
2026-06-14 00:46:07 +02:00

50 lines
1.3 KiB
Markdown

[**brk-client**](../README.md)
***
[brk-client](../globals.md) / DifficultyEntry
# Interface: DifficultyEntry
Defined in: [Developer/brk/modules/brk-client/index.js:539](https://github.com/bitcoinresearchkit/brk/blob/c85da92cbcb3b8645b12f2986df719688adb8dff/modules/brk-client/index.js#L539)
## Properties
### adjustment
> **adjustment**: `number`
Defined in: [Developer/brk/modules/brk-client/index.js:543](https://github.com/bitcoinresearchkit/brk/blob/c85da92cbcb3b8645b12f2986df719688adb8dff/modules/brk-client/index.js#L543)
Adjustment ratio (new/previous, e.g. 1.068 = +6.8%)
***
### difficulty
> **difficulty**: `number`
Defined in: [Developer/brk/modules/brk-client/index.js:542](https://github.com/bitcoinresearchkit/brk/blob/c85da92cbcb3b8645b12f2986df719688adb8dff/modules/brk-client/index.js#L542)
Difficulty value
***
### height
> **height**: `number`
Defined in: [Developer/brk/modules/brk-client/index.js:541](https://github.com/bitcoinresearchkit/brk/blob/c85da92cbcb3b8645b12f2986df719688adb8dff/modules/brk-client/index.js#L541)
Block height of the adjustment
***
### time
> **time**: `number`
Defined in: [Developer/brk/modules/brk-client/index.js:540](https://github.com/bitcoinresearchkit/brk/blob/c85da92cbcb3b8645b12f2986df719688adb8dff/modules/brk-client/index.js#L540)
Unix timestamp of the difficulty adjustment