Files
brk/modules/brk-client/docs/interfaces/BlockStatus.md
T
2026-06-23 18:54:14 +02:00

1.1 KiB

brk-client


brk-client / BlockStatus

Interface: BlockStatus

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

Properties

height?

optional height?: number | null

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

Block height (only if in best chain)


inBestChain

inBestChain: boolean

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

Whether this block is in the best chain


nextBest?

optional nextBest?: string | null

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

Hash of the next block in the best chain (null if tip)