MoneroMnemonicConst class

A class containing constants related to Monero mnemonics.

This class defines various constants used in Monero mnemonic generation and validation. It includes lists of valid Monero word counts, word counts that include checksums, unique prefix lengths for different Monero languages, and the total number of words in the Monero word list.

Constructors

MoneroMnemonicConst()

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

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

Constants

languageUniquePrefixLen → const Map<MnemonicLanguages, int>
Mapping of unique prefix lengths for Monero languages.
mnemonicWordNum → const List<MoneroWordsNum>
List of valid Monero word counts for mnemonics.
mnemonicWordNumChecksum → const List<MoneroWordsNum>
List of Monero word counts that include checksums.
wordsListNum → const int
Total number of words in the Monero word list.