Files
brk/modules/brk-client/docs/interfaces/SyncStatus.md
2026-04-05 22:48:10 +02:00

1.9 KiB

brk-client


brk-client / SyncStatus

Interface: SyncStatus

Defined in: Developer/brk/modules/brk-client/index.js:989

Properties

blocksBehind

blocksBehind: number

Defined in: Developer/brk/modules/brk-client/index.js:993

Number of blocks behind the tip


computedHeight

computedHeight: number

Defined in: Developer/brk/modules/brk-client/index.js:991

Height of the last computed block (series)


indexedHeight

indexedHeight: number

Defined in: Developer/brk/modules/brk-client/index.js:990

Height of the last indexed block


lastIndexedAt

lastIndexedAt: string

Defined in: Developer/brk/modules/brk-client/index.js:994

Human-readable timestamp of the last indexed block (ISO 8601)


lastIndexedAtUnix

lastIndexedAtUnix: number

Defined in: Developer/brk/modules/brk-client/index.js:995

Unix timestamp of the last indexed block


tipHeight

tipHeight: number

Defined in: Developer/brk/modules/brk-client/index.js:992

Height of the chain tip (from Bitcoin node)