MoneroWordsListFinder class

A class responsible for finding Monero mnemonic word lists.

This class extends MnemonicWordsListFinderBase and provides specific functionality for locating Monero mnemonic word lists. It facilitates the retrieval of word lists based on the provided parameters.

Inheritance

Constructors

MoneroWordsListFinder()

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>
This method attempts to determine the language of a Monero mnemonic by iterating through the available MoneroLanguages and checking if the words in the mnemonic match the word list of each language. It returns the matching MnemonicWordsList and the associated MoneroLanguages if a match is found.
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