Parameters for getBuyWithFiatQuote function
getBuyWithFiatQuote
type GetBuyWithFiatQuoteParams = { client: ThirdwebClient; fromAmount?: string; fromCurrencySymbol: "USD" | "CAD" | "GBP" | "EUR"; isTestMode?: boolean; maxSlippageBPS?: number; toAddress: string; toAmount?: string; toChainId: number; toTokenAddress: string;};