Bip44DepthError class
Custom exception for errors related to BIP-44 depth.
This class, Bip44DepthError
, represents a custom exception for handling
errors related to the BIP-44 hierarchical deterministic wallet structure's
depth. It can be thrown to indicate issues with depth levels in BIP-44 paths.
- Inheritance
-
- Object
- BlockchainUtilsException
- Bip44DepthError
Constructors
-
Bip44DepthError(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