PositionUnderlying
struct PositionUnderlying {
uint160 sqrtPriceX96;
ICLPoolManager poolManager;
PoolKey poolKey;
address self;
int24 tick;
int24 lowerTick;
int24 upperTick;
}
struct PositionUnderlying {
uint160 sqrtPriceX96;
ICLPoolManager poolManager;
PoolKey poolKey;
address self;
int24 tick;
int24 lowerTick;
int24 upperTick;
}