Function getPassphraseValidationErrors
- getPassphraseValidationErrors(passphrase: string, wordlists?: readonly string[], expectedWords?: number): readonly PassphraseError[]
-
Parameters
-
passphrase: string
-
Optional
wordlists: readonly string[]
-
expectedWords: number = 12
Returns readonly PassphraseError[]