UNPKG

thena-v3-sdk

Version:

⚒️ An SDK for building applications on top of Thena V3 Fusion

9 lines (8 loc) 313 B
import JSBI from 'jsbi'; export declare abstract class SwapMath { /** * Cannot be constructed. */ private constructor(); static computeSwapStep(sqrtRatioCurrentX96: JSBI, sqrtRatioTargetX96: JSBI, liquidity: JSBI, amountRemaining: JSBI, feePips: number): [JSBI, JSBI, JSBI, JSBI]; }