Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt

Use this file to discover all available pages before exploring further.

Final Class Thrown by wallet operations — lookup failures, unsupported chain, missing wallet, malformed transaction payloads.
final class CrossmintWalletException extends CrossmintException

Constructors

CrossmintWalletException

const CrossmintWalletException(
  super.message, {
  super.code = CrossmintErrorCode.unknown,
  super.cause,
})
Creates a wallet exception.