SyncStatus

public struct SyncStatus : Decodable

Syncing status returned by the server.

  • The block at which the import started (will only be reset, after the sync reached his head).

    Declaration

    Swift

    public var startingBlock: Int
  • The current block, same as blockNumber.

    Declaration

    Swift

    public var currentBlock: Int
  • The estimated highest block.

    Declaration

    Swift

    public var highestBlock: Int