SyncingDustProgress

data class SyncingDustProgress(val eventsProcessed: Int, val totalEvents: Int) : BalanceProgress

Dust sync streaming progress — use for progress bars.

Constructors

Link copied to clipboard
constructor(eventsProcessed: Int, totalEvents: Int)

Properties

Link copied to clipboard
Link copied to clipboard