MoneroWordsListGetter class
A class that retrieves Monero mnemonic word lists by language.
- Inheritance
-
- Object
- MnemonicWordsListGetterBase<
MoneroLanguages> - MoneroWordsListGetter
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(
MoneroLanguages language) → MnemonicWordsList -
Retrieves a MnemonicWordsList based on the specified language.
-
language: The Monero language for which to retrieve the word list.override -
loadWordsList(
MoneroLanguages 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