We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dd97cd commit 6025d23Copy full SHA for 6025d23
src/types/offramp.ts
@@ -45,7 +45,7 @@ export type OffRampAggregatorAppParams = {
45
quoteId?: string;
46
defaultAsset?: string;
47
defaultNetwork?: string;
48
- defaultCashoutMethod?: string; // "CRYPTO_ACCOUNT" | "FIAT_WALLET" | "CARD" | "ACH_BANK_ACCOUNT" | "PAYPAL"
+ defaultCashoutMethod?: string; // "CRYPTO_WALLET" | "FIAT_WALLET" | "CARD" | "ACH_BANK_ACCOUNT" | "PAYPAL"
49
presetFiatAmount?: number;
50
fiatCurrency?: string;
51
};
0 commit comments