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.
- Implemented types
Constructors
- Bip44DepthError(String message)
-
Create a
Bip44DepthError
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited