QuoteExactInputParams

Represents the parameters for the "quoteExactInput" function.

type QuoteExactInputParams = WithOverrides<{
amountIn: AbiParameterToPrimitiveType<{
name: "amountIn";
type: "uint256";
}>;
path: AbiParameterToPrimitiveType<{ name: "path"; type: "bytes" }>;
}>;