v1CreateFiatOnRampCredentialIntent constructor

const v1CreateFiatOnRampCredentialIntent({
  1. required v1FiatOnRampProvider onrampProvider,
  2. String? projectId,
  3. required String publishableApiKey,
  4. required String encryptedSecretApiKey,
  5. String? encryptedPrivateApiKey,
  6. bool? sandboxMode,
})

Implementation

const v1CreateFiatOnRampCredentialIntent({
  required this.onrampProvider,
  this.projectId,
  required this.publishableApiKey,
  required this.encryptedSecretApiKey,
  this.encryptedPrivateApiKey,
  this.sandboxMode,
});