TonMnemonicLanguages class
The TonMnemonicLanguages class implements the Bip39Languages interface to provide support for BIP-39 mnemonic languages, specifically tailored for TON (The Open Network).
- Implemented types
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
languageValues
→ List<
MnemonicLanguages> -
Provides a list of all mnemonic language values.
no setteroverride
- name → String
-
Constructor to associate a language identifier with each instance
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
wordList
→ List<
String> -
Returns a list of words that correspond to the language.
no setteroverride
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
Constants
- english → const TonMnemonicLanguages
- Predefined constant for the English language.
-
values
→ const List<
TonMnemonicLanguages> - List of all supported TonMnemonicLanguages instances.