Base58ChecksumError class
An exception class representing an error related to Base58 checksum validation.
- Inheritance
-
- Object
- BlockchainUtilsException
- Base58ChecksumError
Constructors
-
Base58ChecksumError(String message, {Map<
String, dynamic> ? details}) -
Constructor for creating a Base58ChecksumError with an optional error 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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited