Final Class Bridges aDocumentation Index
Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt
Use this file to discover all available pages before exploring further.
CrossmintEvmWallet into the checkout payer contract.
Constructors
CrossmintEvmWalletCheckoutPayer
wallet.
Properties
supportedChains
supportedChains argument (defaulting to [wallet.chain]) and normalized to drop duplicates and blanks.
address
CrossmintEvmWallet.
walletProviderKey
null — this adapter wraps an SDK-owned CrossmintEvmWallet rather than a third-party wallet provider, so there is no provider key to report.
initialChain
initialChain constructor argument (defaulting to wallet.chain) and updates when the hosted checkout calls switchChain.
Methods
signAndSendTransaction
CrossmintEvmWallet. Returns CrossmintCheckoutTransactionSuccess with the transaction id on success. Errors are caught and surfaced as CrossmintCheckoutTransactionFailure — this method never throws so the hosted checkout can render a user-facing message.
switchChain
ArgumentError when chain is not in supportedChains. Called by the hosted checkout when the user changes chain in the UI.

