CrossmintCheckoutWalletRecipient class final

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.

Inheritance

Constructors

CrossmintCheckoutWalletRecipient({required String walletAddress, CrossmintCheckoutPhysicalAddress? physicalAddress})
Creates a wallet recipient.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
physicalAddress CrossmintCheckoutPhysicalAddress?
Optional shipping address for physical line items.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
walletAddress String
Destination wallet address — EVM 0x-prefixed hex, Solana base58, etc.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited