pub trait WeightInfo {
    fn set_dummy_benchmark() -> Weight;
    fn accumulate_dummy() -> Weight;
    fn sort_vector(x: u32) -> Weight;
}
Expand description

Weight functions needed for pallet_example_basic.

Required Methods§

Implementations on Foreign Types§

The range of component x is [0, 10000].

Implementors§