AlgorandMnemonic class

Represents Algorand mnemonic phrases, extending the Bip39Mnemonic class.

Inheritance

Constructors

AlgorandMnemonic.fromList(List<String> mnemonic)
Constructs an AlgorandMnemonic instance from a list of mnemonic words.
AlgorandMnemonic.fromString(String mnemonic)
Constructs an AlgorandMnemonic instance from a string mnemonic.

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