UNPKG

@aryze/v3-sdk

Version:

⚒️ An SDK for building applications on top of MAMA V3

9 lines (8 loc) 199 B
import JSBI from 'jsbi'; export declare abstract class LiquidityMath { /** * Cannot be constructed. */ private constructor(); static addDelta(x: JSBI, y: JSBI): JSBI; }