[**brk-client**](../README.md) *** [brk-client](../globals.md) / SyncStatus # Interface: SyncStatus Defined in: [Developer/brk/modules/brk-client/index.js:1199](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L1199) ## Properties ### blocksBehind > **blocksBehind**: `number` Defined in: [Developer/brk/modules/brk-client/index.js:1203](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L1203) Number of blocks behind the tip *** ### computedHeight > **computedHeight**: `number` Defined in: [Developer/brk/modules/brk-client/index.js:1201](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L1201) Height of the last computed block (series) *** ### indexedHeight > **indexedHeight**: `number` Defined in: [Developer/brk/modules/brk-client/index.js:1200](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L1200) Height of the last indexed block *** ### lastIndexedAt > **lastIndexedAt**: `string` Defined in: [Developer/brk/modules/brk-client/index.js:1204](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L1204) Human-readable timestamp of the last indexed block (ISO 8601) *** ### lastIndexedAtUnix > **lastIndexedAtUnix**: `number` Defined in: [Developer/brk/modules/brk-client/index.js:1205](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L1205) Unix timestamp of the last indexed block *** ### tipHeight > **tipHeight**: `number` Defined in: [Developer/brk/modules/brk-client/index.js:1202](https://github.com/bitcoinresearchkit/brk/blob/cc5b6da341b469859cb457c9c0c93a547eb6ee00/modules/brk-client/index.js#L1202) Height of the chain tip (from Bitcoin node)