mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-25 07:09:59 -07:00
1.2 KiB
1.2 KiB
brk-client / BlockStatus
Interface: BlockStatus
Defined in: Developer/brk/modules/brk-client/index.js:175
Properties
height?
optionalheight?:number|null
Defined in: Developer/brk/modules/brk-client/index.js:177
Block height (only if in best chain)
inBestChain
inBestChain:
boolean
Defined in: Developer/brk/modules/brk-client/index.js:176
Whether this block is in the best chain
nextBest?
optionalnextBest?:string|null
Defined in: Developer/brk/modules/brk-client/index.js:178
Hash of the next block in the best chain (only if in best chain and not tip)