API reference › @evolu/common › Type › MnemonicError
Defined in: packages/common/src/Type.ts:5872
Error returned when a string is not a valid English BIP39 Mnemonic.
Extends
TypeError<"Mnemonic">
Properties
type
readonly type: "Mnemonic";
Defined in: packages/common/src/Type.ts:870
Inherited from
value
readonly value: string;
Defined in: packages/common/src/Type.ts:5873