ElectrumV2MnemonicDecoder class
A class for decoding Electrum V2 mnemonics, extending the MnemonicDecoderBase class.
- Inheritance
-
- Object
- MnemonicDecoderBase<
ElectrumV2Languages> - ElectrumV2MnemonicDecoder
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 → ElectrumV2Languages?
-
finalinherited
- mnemonicType → ElectrumV2MnemonicTypes?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- wordsList → MnemonicWordsList?
-
finalinherited
-
wordsListFinder
→ MnemonicWordsListFinderBase<
ElectrumV2Languages> -
finalinherited
Methods
-
decode(
String mnemonic) → List< int> -
Decodes an Electrum V2 mnemonic string into entropy bytes.
-
mnemonic: The Electrum V2 mnemonic to decode into entropy bytes.override -
findLanguage(
Mnemonic mnemonic) → (MnemonicWordsList, ElectrumV2Languages) -
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