Item Name | Data Type | Description |
---|---|---|
startingBlock | QUANTITY | The block at which the import started (will only be reset, after the sync reached his head) |
currentBlock | QUANTITY | The current block |
highestBlock | QUANTITY | The estimated highest block |
{
"jsonrpc": "2.0",
"id": 64,
"result": {
"startingBlock": "0x20e76cc",
"currentBlock": "0x20e76df",
"highestBlock": "0x20e76e0"
}
}