Return type of eth_syncing for RPC method.

interface SyncBlockRPC {
    currentBlock: BlocksRPC;
    highestBlock: string;
    startingBlock: null;
}

Properties

currentBlock: BlocksRPC
highestBlock: string
startingBlock