UNPKG

@shogun-sdk/money-legos

Version:

Shogun Money Legos: clients and types for quotes, memes, prices, balances, fees, validations, etc.

7 lines 300 B
import type { QuoteTypes } from '../types/index.js'; import type { QuoteParams } from '../utils/quote.js'; export declare const getQuote: (api: { key: string; url: string; }, params: QuoteParams, signal?: AbortSignal) => Promise<QuoteTypes | undefined>; //# sourceMappingURL=getQuote.d.ts.map