pub fn check_ticks(tick_lower: i32, tick_upper: i32) -> Result<()>
Expand description

Common checks for valid tick inputs.

Arguments

  • tick_lower - The lower tick
  • tick_upper - The upper tick