MnemonicEncoderBase class abstract

An abstract class for encoding binary entropy data into human-readable mnemonic phrases.

Subclasses of this class implement specific encoding algorithms for different mnemonic standards.

Implementers

Constructors

MnemonicEncoderBase(MnemonicLanguages language, MnemonicWordsListGetterBase wordsListGetter)
Creates an instance of MnemonicEncoderBase.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wordsList MnemonicWordsList
The list of words used for encoding.
final

Methods

encode(List<int> entropyBytes) Mnemonic
Encodes the provided binary entropy data into a human-readable mnemonic phrase.
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