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