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
External-wallet recipient — mints directly to a wallet address the user controls. Use this when checking out to a MetaMask / Phantom / other third-party wallet. Pair with physicalAddress when the line items include physical fulfillment.
final class CrossmintCheckoutWalletRecipient extends CrossmintCheckoutRecipient
Constructors
CrossmintCheckoutWalletRecipient
const CrossmintCheckoutWalletRecipient({
required this.walletAddress,
this.physicalAddress,
})
Creates a wallet recipient.
Properties
walletAddress
final String walletAddress
Destination wallet address — EVM 0x-prefixed hex, Solana base58, etc.
physicalAddress
final CrossmintCheckoutPhysicalAddress? physicalAddress
Optional shipping address for physical line items.