pub trait WeightInfo { fn sell(n: u32) -> Weight; fn buy(n: u32) -> Weight; }
Weight functions needed for pallet_route_executor.