Trait polkadot_runtime_common::slots::WeightInfo[][src]

pub trait WeightInfo {
    fn force_lease() -> Weight;
fn manage_lease_period_start(c: u32, t: u32) -> Weight;
fn clear_all_leases() -> Weight;
fn trigger_onboard() -> Weight; }

Required methods

Implementors