Trait noble_tips::weights::WeightInfo[][src]

pub trait WeightInfo {
    fn report_awesome(r: u32) -> Weight;
fn retract_tip() -> Weight;
fn tip_new(r: u32, t: u32) -> Weight;
fn tip(t: u32) -> Weight;
fn close_tip(t: u32) -> Weight;
fn slash_tip(t: u32) -> Weight; }

Weight functions needed for noble_tips.

Required methods

Loading content...

Implementations on Foreign Types

impl WeightInfo for ()[src]

Loading content...

Implementors

Loading content...