MoneroKeyError class
An exception class representing an error related to Monero keys.
This exception class is used to represent errors and exceptions related to Monero keys.
- Inheritance
-
- Object
- BlockchainUtilsException
- MoneroKeyError
Constructors
-
MoneroKeyError(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