mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 22:59:58 -07:00
1.7 KiB
1.7 KiB
brk-client / SyncStatus
Interface: SyncStatus
Defined in: Developer/brk/modules/brk-client/index.js:635
Properties
blocksBehind
blocksBehind:
number
Defined in: Developer/brk/modules/brk-client/index.js:638
Number of blocks behind the tip
indexedHeight
indexedHeight:
number
Defined in: Developer/brk/modules/brk-client/index.js:636
Height of the last indexed block
lastIndexedAt
lastIndexedAt:
string
Defined in: Developer/brk/modules/brk-client/index.js:639
Human-readable timestamp of the last indexed block (ISO 8601)
lastIndexedAtUnix
lastIndexedAtUnix:
number
Defined in: Developer/brk/modules/brk-client/index.js:640
Unix timestamp of the last indexed block
tipHeight
tipHeight:
number
Defined in: Developer/brk/modules/brk-client/index.js:637
Height of the chain tip (from Bitcoin node)