BlockchainUtilsException class abstract
An abstract class 'BlockchainUtilsException' that implements the Exception interface. This class serves as a base for custom exceptions related to blockchain utility operations.
- Implemented types
- Implementers
- AddressConverterException
- AmountConverterException
- ArgumentException
- B64ConverterException
- Base58ChecksumError
- Bech32Error
- Bip32KeyError
- Bip32PathError
- Bip44DepthError
- CastFailedException
- CborException
- CborSerializableException
- CryptoException
- ElectrumException
- JSONHelperException
- LayoutException
- MnemonicException
- MoneroKeyError
- ProtocolBufferException
- RPCError
- SS58ChecksumError
- StateException
- SubstrateKeyError
- SubstratePathError
- Utf8Exception
- Web3SecretStorageDefinationV3Exception
- ZCashKeyError
- Zip32Error
Constructors
-
BlockchainUtilsException(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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited