RestoredAppState

data class RestoredAppState(val prefs: WalletBackupPrefs?, val hostPayload: ByteArray)

The decoded app-state blob: SDK-level prefs (null when the blob predates the envelope — a legacy raw host payload — or was uploaded with no prefs set) + the host's own payload.

Constructors

Link copied to clipboard
constructor(prefs: WalletBackupPrefs?, hostPayload: ByteArray)

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