Files
brk/modules/brk-client/docs/interfaces/BlockStatus.md
2026-01-18 00:19:09 +01:00

1.2 KiB

brk-client


brk-client / BlockStatus

Interface: BlockStatus

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

Properties

height?

optional height: number | null

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

Block height (only if in best chain)


inBestChain

inBestChain: boolean

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

Whether this block is in the best chain


nextBest?

optional nextBest: string | null

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

Hash of the next block in the best chain (only if in best chain and not tip)