Bip39WordsListGetter class
Retrieves a list of BIP39 words based on the specified language.
This class is responsible for fetching the list of BIP39 words for a given language, such as Bip39Languages. It implements the MnemonicWordsListGetterBase interface and provides a way to retrieve the word list based on the selected language.
- Inheritance
-
- Object
- MnemonicWordsListGetterBase
- Bip39WordsListGetter
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
-
getByLanguage(
MnemonicLanguages language) → MnemonicWordsList -
get menemonic language words list
override
-
loadWordsList(
MnemonicLanguages language, int wordsNum) → MnemonicWordsList -
Loads the words list for a given language and verifies its length.
inherited
-
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