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

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
The integer value associated with each word count.
final

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