Bip39WordsListGetter<BIP39LANG extends Bip39LanguagesBase> class

Retrieves a list of BIP39 words based on the specified language.

Inheritance

Constructors

Bip39WordsListGetter()

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(BIP39LANG language) MnemonicWordsList
get menemonic language words list
override
loadWordsList(BIP39LANG 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