UNPKG

@shogun-sdk/money-legos

Version:

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

4 lines 273 B
import type { QuoteTypes } from '../types/index.js'; export declare const SLIPPAGE_ERROR_OUTPUT_MSG = "Could not calculate optimal slippage"; export declare const getSuggestedSlippage: (quote: QuoteTypes, errorData: string) => number; //# sourceMappingURL=slippage.d.ts.map