MoneroMnemonicGeneratorConst class

A class containing constants related to Monero mnemonic generation.

This class holds a set of constant mappings that associate the number of words in a Monero mnemonic with the corresponding entropy bit length. It is used to determine the entropy bit length based on the word count.

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

Static Properties

wordsNumToEntropyLen Map<MoneroWordsNum, int>
Maps MoneroWordsNum to their corresponding entropy bit length.
final