NetworkSync: {
    currentBlock: Quantity;
    highestBlock: Quantity;
    startingBlock: Quantity;
}

Type declaration

  • currentBlock: Quantity

    The current block number

  • highestBlock: Quantity

    Number of latest block on the network

  • startingBlock: Quantity

    Block number at which syncing started

Generated using TypeDoc