Range

Git Source

struct Range {
    int24 lowerTick;
    int24 upperTick;
    PoolKey poolKey;
}