UNPKG

@frakt-protocol/frakt-sdk

Version:

Frakt SDK for interacting with frakt.xyz protocols

7 lines (6 loc) 252 B
import { GetOutputAmount } from '../types'; export declare const getOutputAmount: ({ poolKeys, poolInfo, payToken, payAmount, receiveToken, slippage, }: GetOutputAmount) => { amountOut: string; minAmountOut: string; priceImpact: string; };