UNPKG

@frakt-protocol/frakt-sdk

Version:

Frakt SDK for interacting with frakt.xyz protocols

7 lines (6 loc) 251 B
import { GetInputAmount } from '../types'; export declare const getInputAmount: ({ poolKeys, poolInfo, receiveToken, receiveAmount, payToken, slippage, }: GetInputAmount) => { amountIn: string; maxAmountIn: string; priceImpact: string; };