ElectrumV1Mnemonic class
A class representing Electrum V1 mnemonics, extending the Bip39Mnemonic class.
- Inheritance
-
- Object
- Mnemonic
- Bip39Mnemonic
- ElectrumV1Mnemonic
Constructors
-
ElectrumV1Mnemonic.fromList(List<
String> mnemonic) - Constructs an Electrum V1 mnemonic from a list of words.
- ElectrumV1Mnemonic.fromString(String mnemonic)
- Constructs an Electrum V1 mnemonic from a string representation.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toList(
) → List< String> -
Returns the mnemonic phrase as a list of words.
inherited
-
toStr(
) → String -
Returns the mnemonic phrase as a string with words separated by spaces.
inherited
-
toString(
) → String -
Returns the mnemonic phrase as a string with words separated by spaces.
inherited
-
wordsCount(
) → int -
Returns the number of words in the mnemonic phrase.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited