MnemonicUtils class
A utility class for handling operations related to mnemonics.
Constructors
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
bytesChunkToWords(
List< int> bytesChunk, MnemonicWordsList wordsList, {Endian endian = Endian.big}) → List<String> - Converts a chunk of bytes into a list of three words using a provided word list.
-
wordsToBytesChunk(
String word1, String word2, String word3, MnemonicWordsList wordsList, {Endian endian = Endian.big}) → List< int> - Converts a sequence of three words into a byte chunk using a specified word list.