@pancakeswap/v3-sdk
Version:
⚒️ An SDK for building applications on top of Pancakeswap V3
9 lines • 379 B
TypeScript
import { FeeAmount } from '../constants';
export declare abstract class SwapMath {
/**
* Cannot be constructed.
*/
private constructor();
static computeSwapStep(sqrtRatioCurrentX96: bigint, sqrtRatioTargetX96: bigint, liquidity: bigint, amountRemaining: bigint, feePips: FeeAmount): [bigint, bigint, bigint, bigint];
}
//# sourceMappingURL=swapMath.d.ts.map