Trait pallet_bags_list::weights::WeightInfo
source · pub trait WeightInfo {
// Required methods
fn rebag_non_terminal() -> Weight;
fn rebag_terminal() -> Weight;
fn put_in_front_of() -> Weight;
}
Expand description
Weight functions needed for pallet_bags_list.