CrossmintCheckoutCryptoPayment constructor
const
CrossmintCheckoutCryptoPayment({
- required bool enabled,
- String? defaultChain,
- String? defaultCurrency,
- CrossmintCheckoutPayer? payer,
Creates a crypto payment config.
Implementation
const CrossmintCheckoutCryptoPayment({
required this.enabled,
this.defaultChain,
this.defaultCurrency,
this.payer,
});