DustSyncResult

data class DustSyncResult(val eventsHex: String, val lastEventId: Long, val eventCount: Int)

Result of a delta dust sync operation.

Constructors

Link copied to clipboard
constructor(eventsHex: String, lastEventId: Long, eventCount: Int)

Properties

Link copied to clipboard

Number of new events collected

Link copied to clipboard

Combined SCALE-encoded hex of new events (empty if no new events)

Link copied to clipboard

ID of the last event applied (-1 if no events)