Trait pallet_treasury::weights::WeightInfo[][src]

pub trait WeightInfo {
    fn propose_spend() -> Weight;
fn reject_proposal() -> Weight;
fn approve_proposal(p: u32) -> Weight;
fn on_initialize_proposals(p: u32) -> Weight; }
Expand description

Weight functions needed for pallet_treasury.

Required methods

Implementations on Foreign Types

Implementors