v1InitFiatOnRampIntent constructor
const
v1InitFiatOnRampIntent({
- required v1FiatOnRampProvider onrampProvider,
- required String walletAddress,
- required v1FiatOnRampBlockchainNetwork network,
- required v1FiatOnRampCryptoCurrency cryptoCurrencyCode,
- v1FiatOnRampCurrency? fiatCurrencyCode,
- String? fiatCurrencyAmount,
- v1FiatOnRampPaymentMethod? paymentMethod,
- String? countryCode,
- String? countrySubdivisionCode,
- bool? sandboxMode,
- String? urlForSignature,
Implementation
const v1InitFiatOnRampIntent({
required this.onrampProvider,
required this.walletAddress,
required this.network,
required this.cryptoCurrencyCode,
this.fiatCurrencyCode,
this.fiatCurrencyAmount,
this.paymentMethod,
this.countryCode,
this.countrySubdivisionCode,
this.sandboxMode,
this.urlForSignature,
});