nimiqclient.models.node.SyncStatus¶
-
class
nimiqclient.models.node.
SyncStatus
(startingBlock, currentBlock, highestBlock)[source]¶ Bases:
object
Syncing status returned by the server.
- Parameters
startingBlock (int) – The block at which the import started (will only be reset, after the sync reached his head).
currentBlock (int) – The current block, same as blockNumber.
highestBlock (int) – The estimated highest block.
Methods