DustSyncState

sealed class DustSyncState

State of dust synchronization.

Inheritors

Types

Link copied to clipboard
data class Error(val message: String, val cause: Throwable?) : DustSubscriptionManager.DustSyncState

Dust sync error.

Link copied to clipboard
data class Synced(val lastEventId: Long, val balance: BigInteger) : DustSubscriptionManager.DustSyncState

Dust sync completed.

Link copied to clipboard
data class Syncing(val lastEventId: Long, val totalEvents: Long?, val balance: BigInteger) : DustSubscriptionManager.DustSyncState

Currently syncing dust events.