eth_syncing
eth_syncing RPC Method
Parameters:
none
Returns:
result - The result is false if JSON Object is not syncing otherwise it's true:
startingblock - The block at which the import started encoded as hexadecimal
currentblock - The current block, same as eth_blockNumber encoded as hexadecimal
highestblock - The estimated highest block encoded as hexadecimal
Code Examples:
Last updated