UNPKG

@alcorexchange/alcor-swap-sdk

Version:

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

18 lines (17 loc) 560 B
export * from "./tickMath"; export * from "./mostSignificantBit"; export * from "./tickLibrary"; export * from "./positionLibrary"; export * from "./sqrt"; export * from "./encodeSqrtRatioX64"; export * from "./maxLiquidityForAmounts"; export * from "./nearestUsableTick"; export * from "./fullMath"; export * from "./isSorted"; export * from "./tickList"; export * from "./priceTickConversions"; export * from "./sqrtPriceMath"; export * from "./sortedInsert"; export * from "./computeAllRoutes"; export * from "./common"; export * from "./getBestSwapRoute";