syncing
Returns an object with data about the sync status or false.
REQUEST
HEADERS
EXAMPLE
RESPONSE
RESULT FIELDS
SYNC STATUS
- a boolean as false only when not syncingSYNC BLOCKS
i.startingBlock
- a hexcode of the integer indicating the block at which the import started (will only be reset, after the sync reached his head) ii.currentBlock
- a hexcode of the integer indicating the current block, same as eth_blockNumber iii.highestBlock
- a hexcode of the integer indicating the highest block
BODY
Last updated