CrossmintCheckoutWalletRecipient constructor

const CrossmintCheckoutWalletRecipient({
  1. required String walletAddress,
  2. CrossmintCheckoutPhysicalAddress? physicalAddress,
})

Creates a wallet recipient.

Implementation

const CrossmintCheckoutWalletRecipient({
  required this.walletAddress,
  this.physicalAddress,
});