Skip to main content
Version: 1.2.0-beta1

Type Alias: ReconcileContext

ReconcileContext = object

Defined in: src/Mnemonic/types.ts:1412

Metadata passed to UseMnemonicKeyOptions.reconcile.

Properties

key

key: string

Defined in: src/Mnemonic/types.ts:1416

The unprefixed storage key being reconciled.


latestVersion?

optional latestVersion: number

Defined in: src/Mnemonic/types.ts:1426

The latest registered schema version for the key, when available.


persistedVersion

persistedVersion: number

Defined in: src/Mnemonic/types.ts:1421

The version found in the persisted envelope that was read.