LifiQuoteRequest

constructor(fromChain: String, toChain: String, fromToken: String, toToken: String, fromAddress: String, fromAmount: String, toAddress: String? = null, order: LifiQuoteOrder? = null, slippage: Double? = null, integrator: String? = null, fee: Double? = null, referrer: String? = null, allowBridges: List<String>? = null, allowExchanges: List<String>? = null, denyBridges: List<String>? = null, denyExchanges: List<String>? = null, preferBridges: List<String>? = null, preferExchanges: List<String>? = null, allowDestinationCall: Boolean? = null, fromAmountForGas: String? = null, maxPriceImpact: Double? = null, swapStepTimingStrategies: List<String>? = null, routeTimingStrategies: List<String>? = null, skipSimulation: Boolean? = null)