ElectrumV2MnemonicDecoder class

A class for decoding Electrum V2 mnemonics, extending the MnemonicDecoderBase class.

Inheritance

Constructors

ElectrumV2MnemonicDecoder({ElectrumV2MnemonicTypes? mnemonicType, ElectrumV2Languages? language})
Constructs an Electrum V2 mnemonic decoder with optional parameters.

Properties

hashCode int
The hash code for this object.
no setterinherited
language MnemonicLanguages?
finalinherited
mnemonicType ElectrumV2MnemonicTypes?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wordsList MnemonicWordsList?
finalinherited
wordsListFinder MnemonicWordsListFinderBase
finalinherited

Methods

decode(String mnemonic) List<int>
Decodes an Electrum V2 mnemonic string into entropy bytes.
override
findLanguage(Mnemonic mnemonic) Tuple<MnemonicWordsList, MnemonicLanguages>
Finds the language and word list for a given 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