1 2 3 4 5
use alloy::primitives::U256; pub trait TickProvider { fn get_tick(&self, tick: i16) -> eyre::Result<U256>; }