@@ -51,6 +51,7 @@ import { type CurrencyQueryOptions, DEFAULT_QUERY_OPTIONS } from '../options';
5151 *
5252 * @param client - Aave client.
5353 * @param request - The swap quote request parameters.
54+ * @param options - The query options.
5455 * @returns The swap quote including pricing and cost information.
5556 */
5657export function swapQuote (
@@ -128,6 +129,7 @@ export function swappableTokens(
128129 *
129130 * @param client - Aave client.
130131 * @param request - The prepare swap request parameters.
132+ * @param options - The query options.
131133 * @returns The prepared swap result containing details of the swap.
132134 */
133135export function prepareSwap (
@@ -149,6 +151,7 @@ export function prepareSwap(
149151 *
150152 * @param client - Aave client.
151153 * @param request - The swap status request parameters.
154+ * @param options - The query options.
152155 * @returns The current status of the swap.
153156 */
154157export function swapStatus (
@@ -355,6 +358,7 @@ export function cancelSwap(
355358 *
356359 * @param client - Aave client.
357360 * @param request - The user swaps request parameters.
361+ * @param options - The query options.
358362 * @returns The paginated list of user swaps with their status information.
359363 */
360364export function userSwaps (
0 commit comments