MoneroMnemonicEncoderBase class abstract
An abstract base class for encoding entropy into Monero mnemonics.
This class extends MnemonicEncoderBase
and provides specific functionality
for encoding entropy into Monero mnemonics. It allows you to specify the Monero
language to be used for encoding, with English as the default language.
language: The Monero language to use for encoding. Defaults to English.
- Inheritance
-
- Object
- MnemonicEncoderBase
- MoneroMnemonicEncoderBase
- Implementers
Constructors
- MoneroMnemonicEncoderBase([MoneroLanguages language = MoneroLanguages.english])
- Constructs a MoneroMnemonicEncoderBase with an optional language parameter.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- language → MoneroLanguages
-
final
- 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 binary entropy data into a human-readable mnemonic phrase.
inherited
-
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