RestoredDustCheckpoint

data class RestoredDustCheckpoint(val stateBytes: ByteArray, val lastEventId: Long)

A restored dust checkpoint: enough to seed DustSyncManager so the next sync is a fast delta instead of a genesis replay.

Parameters

stateBytes

serialized com.midnight.kuira.core.crypto.dust.DustLocalState (the lossless serialize() output)

lastEventId

the last dust event id applied to that state

Constructors

Link copied to clipboard
constructor(stateBytes: ByteArray, lastEventId: Long)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int