Skip to main content
Version: 1.2.1-beta1.0

Interface: MnemonicRecoveryEvent

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

Recovery event payload emitted after a namespace recovery action completes.

Properties

action

action: MnemonicRecoveryAction

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

Recovery action that just ran.


clearedKeys

clearedKeys: string[]

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

Unprefixed keys cleared by the action.


namespace

namespace: string

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

Namespace where the recovery action ran.