[][src]Trait pallet_treasury::WeightInfo

pub trait WeightInfo {
    fn propose_spend(u: u32) -> Weight;
fn reject_proposal(u: u32) -> Weight;
fn approve_proposal(u: u32) -> Weight;
fn report_awesome(r: u32) -> Weight;
fn retract_tip(r: u32) -> Weight;
fn tip_new(r: u32, t: u32) -> Weight;
fn tip(t: u32) -> Weight;
fn close_tip(t: u32) -> Weight;
fn on_initialize(p: u32) -> Weight; }

Required methods

Loading content...

Implementations on Foreign Types

impl WeightInfo for ()[src]

Loading content...

Implementors

Loading content...