MoneroWordsNum class
An enumeration representing the number of words in a Monero mnemonic.
This class defines the possible word counts for Monero mnemonics, along with an associated integer value for each word count. Some word counts include a checksum for enhanced error detection and correction. An class representing the number of words in a Monero mnemonic.
Properties
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
- wordsNum12 → const MoneroWordsNum
- No checksum, 12 words
- wordsNum13 → const MoneroWordsNum
- With checksum, 13 words
- wordsNum24 → const MoneroWordsNum
- No checksum, 24 words
- wordsNum25 → const MoneroWordsNum
- With checksum, 25 words