Trait pallet_fee_lock::weights::WeightInfo
source · pub trait WeightInfo {
// Required methods
fn update_fee_lock_metadata() -> Weight;
fn unlock_fee() -> Weight;
}
Expand description
Weight functions needed for pallet_fee_lock.