[**brk-client**](../README.md) *** [brk-client](../globals.md) / BlockStatus # Interface: BlockStatus Defined in: [Developer/brk/modules/brk-client/index.js:245](https://github.com/bitcoinresearchkit/brk/blob/883b38c77cb9f979692884fd56d9966e0f8ea76b/modules/brk-client/index.js#L245) ## Properties ### height? > `optional` **height?**: `number` \| `null` Defined in: [Developer/brk/modules/brk-client/index.js:247](https://github.com/bitcoinresearchkit/brk/blob/883b38c77cb9f979692884fd56d9966e0f8ea76b/modules/brk-client/index.js#L247) Block height (only if in best chain) *** ### inBestChain > **inBestChain**: `boolean` Defined in: [Developer/brk/modules/brk-client/index.js:246](https://github.com/bitcoinresearchkit/brk/blob/883b38c77cb9f979692884fd56d9966e0f8ea76b/modules/brk-client/index.js#L246) Whether this block is in the best chain *** ### nextBest? > `optional` **nextBest?**: `string` \| `null` Defined in: [Developer/brk/modules/brk-client/index.js:248](https://github.com/bitcoinresearchkit/brk/blob/883b38c77cb9f979692884fd56d9966e0f8ea76b/modules/brk-client/index.js#L248) Hash of the next block in the best chain (null if tip)