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

Weight functions needed for pallet_remark.

Required Methods§

Implementations on Foreign Types§

source§

impl WeightInfo for ()

source§

fn store(l: u32) -> Weight

The range of component l is [1, 1048576].

Implementors§