Trait polkadot_runtime_common::slots::WeightInfo
source · pub trait WeightInfo {
// Required methods
fn force_lease() -> Weight;
fn manage_lease_period_start(c: u32, t: u32) -> Weight;
fn clear_all_leases() -> Weight;
fn trigger_onboard() -> Weight;
}