Type Alias: ReconcileContext
ReconcileContext =
object
Defined in: src/Mnemonic/types.ts:1510
Metadata passed to UseMnemonicKeyOptions.reconcile.
Properties
key
key:
string
Defined in: src/Mnemonic/types.ts:1514
The unprefixed storage key being reconciled.
latestVersion?
optionallatestVersion:number
Defined in: src/Mnemonic/types.ts:1524
The latest registered schema version for the key, when available.
persistedVersion
persistedVersion:
number
Defined in: src/Mnemonic/types.ts:1519
The version found in the persisted envelope that was read.