pub trait WeightInfo {
    fn do_something(s: u32) -> Weight;
}
Expand description

Weight functions needed for pallet_template.

Required Methods§

Implementations on Foreign Types§

The range of component s is [0, 100].

Implementors§