Trait pallet_treasury::weights::WeightInfo
source · pub trait WeightInfo {
fn spend() -> Weight;
fn propose_spend() -> Weight;
fn reject_proposal() -> Weight;
fn approve_proposal(p: u32) -> Weight;
fn remove_approval() -> Weight;
fn on_initialize_proposals(p: u32) -> Weight;
}
Expand description
Weight functions needed for pallet_treasury.