Files
brk/modules/brk-client/docs/interfaces/SyncStatus.md
2026-01-29 12:30:26 +01:00

1.7 KiB

brk-client


brk-client / SyncStatus

Interface: SyncStatus

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

Properties

blocksBehind

blocksBehind: number

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

Number of blocks behind the tip


indexedHeight

indexedHeight: number

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

Height of the last indexed block


lastIndexedAt

lastIndexedAt: string

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

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


lastIndexedAtUnix

lastIndexedAtUnix: number

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

Unix timestamp of the last indexed block


tipHeight

tipHeight: number

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

Height of the chain tip (from Bitcoin node)