Syncing

data class Syncing(val processedCount: Int, val currentTransactionId: Int) : SyncState

Syncing transactions.

Parameters

processedCount

Number of transactions processed so far

currentTransactionId

Current transaction being processed

Constructors

Link copied to clipboard
constructor(processedCount: Int, currentTransactionId: Int)

Properties

Link copied to clipboard
Link copied to clipboard