pub trait WeightInfo {
    fn on_finalize(a: u32, b: u32) -> Weight;
}
Expand description

Weight functions needed for pallet_fees.

Required Methods§

Implementors§