[][src]Trait pallet_scheduler::WeightInfo

pub trait WeightInfo {
    pub fn schedule(s: u32) -> Weight;
pub fn cancel(s: u32) -> Weight;
pub fn schedule_named(s: u32) -> Weight;
pub fn cancel_named(s: u32) -> Weight; }

Required methods

pub fn schedule(s: u32) -> Weight[src]

pub fn cancel(s: u32) -> Weight[src]

pub fn schedule_named(s: u32) -> Weight[src]

pub fn cancel_named(s: u32) -> Weight[src]

Loading content...

Implementations on Foreign Types

impl WeightInfo for ()[src]

Loading content...

Implementors

Loading content...