pub trait WeightInfo {
    // Required method
    fn validate_routes(a: u32) -> Weight;
}
Expand description

Weight functions needed for dex_swap_router.

Required Methods§

source

fn validate_routes(a: u32) -> Weight

Implementations on Foreign Types§

source§

impl WeightInfo for ()

source§

fn validate_routes(a: u32) -> Weight

The range of component a is [2, 10].

Implementors§