ElectrumV1MnemonicDecoder class

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

Inheritance

Constructors

ElectrumV1MnemonicDecoder([ElectrumV1Languages? language = ElectrumV1Languages.english])
Constructs an ElectrumV1MnemonicDecoder with an optional language specification.

Properties

hashCode int
The hash code for this object.
no setterinherited
language ElectrumV1Languages?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wordsList MnemonicWordsList?
finalinherited
wordsListFinder MnemonicWordsListFinderBase<ElectrumV1Languages>
finalinherited

Methods

decode(String mnemonic) List<int>
Decodes an Electrum V1 mnemonic string into a List<int> representing entropy.
override
findLanguage(Mnemonic mnemonic) → (MnemonicWordsList, ElectrumV1Languages)
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