pub trait WeightInfo {
    fn sell(n: u32) -> Weight;
    fn buy(n: u32) -> Weight;
}
Expand description

Weight functions needed for pallet_route_executor.

Required Methods§

Implementations on Foreign Types§

Implementors§