Trait pallet_fees::weights::WeightInfo
source · pub trait WeightInfo {
fn on_finalize(a: u32, b: u32) -> Weight;
}Expand description
Weight functions needed for pallet_fees.
pub trait WeightInfo {
fn on_finalize(a: u32, b: u32) -> Weight;
}Weight functions needed for pallet_fees.