Syncing

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

Currently syncing dust events.

Constructors

Link copied to clipboard
constructor(lastEventId: Long, totalEvents: Long?, balance: BigInteger)

Properties

Link copied to clipboard

Current dust balance in Specks

Link copied to clipboard

Last event ID processed

Link copied to clipboard

Total events to sync (if known)

Functions

Link copied to clipboard

Calculates sync progress as percentage (0-100).