MoneroMnemonicNoChecksumEncoder class
A class that encodes entropy into Monero mnemonics without a checksum.
This class extends MoneroMnemonicEncoderBase
and is specialized for encoding
entropy into Monero mnemonics without including a checksum. The absence of a
checksum means that the resulting mnemonic may lack the ability to detect errors
in the entered words or recover from mistakes.
- Inheritance
-
- Object
- MnemonicEncoderBase
- MoneroMnemonicEncoderBase
- MoneroMnemonicNoChecksumEncoder
Constructors
- MoneroMnemonicNoChecksumEncoder([MoneroLanguages language = MoneroLanguages.english])
- Constructs a MoneroMnemonicNoChecksumEncoder with an optional language parameter.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- language → MoneroLanguages
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- wordsList → MnemonicWordsList
-
The list of words used for encoding.
finalinherited
Methods
-
encode(
List< int> entropyBytes) → Mnemonic -
Encodes the provided entropy bytes into a Monero mnemonic without a checksum.
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