@pancakeswap/v3-sdk
Version:
⚒️ An SDK for building applications on top of Pancakeswap V3
8 lines • 344 B
TypeScript
export declare abstract class PositionLibrary {
/**
* Cannot be constructed.
*/
private constructor();
static getTokensOwed(feeGrowthInside0LastX128: bigint, feeGrowthInside1LastX128: bigint, liquidity: bigint, feeGrowthInside0X128: bigint, feeGrowthInside1X128: bigint): bigint[];
}
//# sourceMappingURL=position.d.ts.map