Bip39WordsListFinder class
Finds the language of a BIP39 mnemonic based on the words used.
This class is responsible for identifying the language of a BIP39 mnemonic based on the words it contains. It implements the MnemonicWordsListFinderBase interface. It iterates through supported languages and checks if the words in the mnemonic match any of the languages' word lists.
- Inheritance
-
- Object
- MnemonicWordsListFinderBase
- Bip39WordsListFinder
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
findLanguage(
Mnemonic mnemonic) → Tuple< MnemonicWordsList, MnemonicLanguages> -
find language by mnemonic
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited