Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 745 Bytes

GetSyncStatusResponse.md

File metadata and controls

12 lines (7 loc) · 745 Bytes

GetSyncStatusResponse

Properties

Name Type Description Notes
inSync kotlin.Boolean Boolean signifying whether the QEDIT Node is in sync with the Blockchain; false if the Node is not synced; sync is defined as having less than a preconfigured difference between the current Blockchain height and the last block processed by the Node; the allowed difference defaults to 5, but can be configured when setting up the Node [optional]
blockchainBlockHeight kotlin.Int The current block height of the Blockchain [optional]
lastProcessedBlockHeight kotlin.Int The height of the last block that was processed in the Node [optional]