Skip to content

SyncStatus

Aritz Beobide-Cardinal edited this page Sep 17, 2018 · 1 revision

SyncStatus is just an object with the following properties:

  • (Number) startingBlock: The block the sync started from.
  • (Number) currentBlock: The latest block downloaded.
  • (Number) highestBlock: The latest block known.

Note: The highestBlock isn't necessarily the latest block in existence. Blocks may still be generated while the syncing is in progress. If that happens, highestBlock won't update until the previous sync is complete, and the startingBlock will be changed.