UNPKG

@alcorexchange/alcor-swap-sdk

Version:

​​ **npm** ``` npm i @alcorexchange/alcor-swap-sdk ``` **yarn** ``` yarn add @alcorexchange/alcor-swap-sdk ``` ## Usage ### Import:

8 lines (7 loc) 172 B
export declare abstract class LiquidityMath { /** * Cannot be constructed. */ private constructor(); static addDelta(x: bigint, y: bigint): bigint; }