Trait orml_gradually_update::module::WeightInfo[][src]

pub trait WeightInfo {
    fn gradually_update() -> Weight;
fn cancel_gradually_update() -> Weight;
fn on_finalize(u: u32) -> Weight; }

Required methods

Loading content...

Implementations on Foreign Types

impl WeightInfo for ()[src]

Loading content...

Implementors

Loading content...