SS58ChecksumError class
An exception class for errors related to SS58 address checksum validation.
The message field can contain additional information about the error.
- Inheritance
-
- Object
- BlockchainUtilsException
- SS58ChecksumError
Constructors
-
SS58ChecksumError(String message, {Map<
String, dynamic> ? details}) -
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited