MnemonicChecksumError class
An exception representing an error related to the checksum validation of a mnemonic phrase.
This exception is thrown when the checksum of a mnemonic phrase is found to be invalid during mnemonic validation or when attempting to derive a key from the mnemonic phrase.
- Implemented types
Constructors
- MnemonicChecksumError(String message)
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited