TWMnemonic class abstract
Mnemonic validate / lookup functions
- Implementers
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
-
TWMnemonicIsValid(
Pointer< Utf8> mnemonic) → bool - Determines whether a BIP39 English mnemonic phrase is valid.
-
TWMnemonicIsValidWord(
Pointer< Utf8> word) → bool - Determines whether word is a valid BIP39 English mnemonic word.
-
TWMnemonicSuggest(
Pointer< Utf8> prefix) → Pointer<Utf8> - Return BIP39 English words that match the given prefix. A single string is returned, with space-separated list of words.