Interface: MnemonicRecoveryEvent
Defined in: src/Mnemonic/types.ts:1056
Recovery event payload emitted after a namespace recovery action completes.
Properties
action
action:
MnemonicRecoveryAction
Defined in: src/Mnemonic/types.ts:1060
Recovery action that just ran.
clearedKeys
clearedKeys:
string[]
Defined in: src/Mnemonic/types.ts:1070
Unprefixed keys cleared by the action.
namespace
namespace:
string
Defined in: src/Mnemonic/types.ts:1065
Namespace where the recovery action ran.