Files
brk/modules/brk-client/docs/interfaces/DifficultyEntry.md
T
2026-07-31 17:44:14 +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:524](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L524)
## Properties
### adjustment
> **adjustment**: `number`
Defined in: [Developer/brk/modules/brk-client/index.js:528](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L528)
Adjustment ratio (new/previous, e.g. 1.068 = +6.8%)
***
### difficulty
> **difficulty**: `number`
Defined in: [Developer/brk/modules/brk-client/index.js:527](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L527)
Difficulty value
***
### height
> **height**: `number`
Defined in: [Developer/brk/modules/brk-client/index.js:526](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L526)
Block height of the adjustment
***
### time
> **time**: `number`
Defined in: [Developer/brk/modules/brk-client/index.js:525](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L525)
Unix timestamp of the difficulty adjustment