ElectrumV1MnemonicDecoder class
A class for decoding Electrum V1 mnemonics, extending the MnemonicDecoderBase class.
- Inheritance
-
- Object
- MnemonicDecoderBase
- ElectrumV1MnemonicDecoder
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 → MnemonicLanguages?
-
finalinherited
- 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 V1 mnemonic string into a List
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