UNPKG

@bella-defintech/uniswap-v3-simulator

Version:

the 'Tuner', a Uniswap V3 Simulator

11 lines (10 loc) 236 B
import JSBI from "jsbi"; export declare type StepComputations = { sqrtPriceStartX96: JSBI; tickNext: number; initialized: boolean; sqrtPriceNextX96: JSBI; amountIn: JSBI; amountOut: JSBI; feeAmount: JSBI; };