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

hashCode int
The hash code for this object.
no setterinherited
message String
Abstract field to hold the exception message.
final
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.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited