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) 302 B
export declare abstract class PositionLibrary { /** * Cannot be constructed. */ private constructor(); static getTokensOwed(feeGrowthInsideALastX64: bigint, feeGrowthInsideBLastX64: bigint, liquidity: bigint, feeGrowthInsideAX64: bigint, feeGrowthInsideBX64: bigint): bigint[]; }