CrossmintCheckoutCryptoPayment constructor

const CrossmintCheckoutCryptoPayment({
  1. required bool enabled,
  2. String? defaultChain,
  3. String? defaultCurrency,
  4. CrossmintCheckoutPayer? payer,
})

Creates a crypto payment config.

Implementation

const CrossmintCheckoutCryptoPayment({
  required this.enabled,
  this.defaultChain,
  this.defaultCurrency,
  this.payer,
});