mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 14:49:58 -07:00
docs: update generated docs
This commit is contained in:
@@ -6,17 +6,27 @@
|
||||
|
||||
# Interface: DifficultyEntry
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:411](https://github.com/bitcoinresearchkit/brk/blob/83edef4806773ef7225b7c0de863c44bd953169d/modules/brk-client/index.js#L411)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:419](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L419)
|
||||
|
||||
## Properties
|
||||
|
||||
### adjustment
|
||||
|
||||
> **adjustment**: `number`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:423](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L423)
|
||||
|
||||
Adjustment ratio (new/previous, e.g. 1.068 = +6.8%)
|
||||
|
||||
***
|
||||
|
||||
### difficulty
|
||||
|
||||
> **difficulty**: `number`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:413](https://github.com/bitcoinresearchkit/brk/blob/83edef4806773ef7225b7c0de863c44bd953169d/modules/brk-client/index.js#L413)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:422](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L422)
|
||||
|
||||
Difficulty value.
|
||||
Difficulty value
|
||||
|
||||
***
|
||||
|
||||
@@ -24,16 +34,16 @@ Difficulty value.
|
||||
|
||||
> **height**: `number`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:414](https://github.com/bitcoinresearchkit/brk/blob/83edef4806773ef7225b7c0de863c44bd953169d/modules/brk-client/index.js#L414)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:421](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L421)
|
||||
|
||||
Block height of the adjustment.
|
||||
Block height of the adjustment
|
||||
|
||||
***
|
||||
|
||||
### timestamp
|
||||
### time
|
||||
|
||||
> **timestamp**: `number`
|
||||
> **time**: `number`
|
||||
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:412](https://github.com/bitcoinresearchkit/brk/blob/83edef4806773ef7225b7c0de863c44bd953169d/modules/brk-client/index.js#L412)
|
||||
Defined in: [Developer/brk/modules/brk-client/index.js:420](https://github.com/bitcoinresearchkit/brk/blob/6cd45c1f1f755807c6e6ab6ba61b54aff4b07f3b/modules/brk-client/index.js#L420)
|
||||
|
||||
Unix timestamp of the difficulty adjustment.
|
||||
Unix timestamp of the difficulty adjustment
|
||||
|
||||
Reference in New Issue
Block a user