DustBackupEntry

data class DustBackupEntry(val address: String, val lastEventId: Long, val stateBytes: ByteArray)

One network's dust checkpoint: the serialized com.midnight.kuira.core.crypto.dust.DustLocalState bytes plus the last-applied event id needed to resume as a delta. Keyed by the network-prefixed wallet address (e.g. mn_addr_preprod…).

Constructors

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

Properties

Link copied to clipboard
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