ElectrumV2MnemonicEncoder class

A class for encoding data into Electrum V2 mnemonics, extending the MnemonicEncoderBase class.

Inheritance

Constructors

ElectrumV2MnemonicEncoder(ElectrumV2MnemonicTypes mnemonicType, {ElectrumV2Languages language = ElectrumV2Languages.english})
Constructs an Electrum V2 mnemonic encoder with a specified mnemonic type and optional language.

Properties

hashCode int
The hash code for this object.
no setterinherited
mnemonicType ElectrumV2MnemonicTypes
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 entropy bytes into an Electrum V2 mnemonic.
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