Trait governance_os_pallet_organizations::WeightInfo [−][src]
pub trait WeightInfo { fn create(b: u32) -> Weight; fn mutate(b: u32, c: u32) -> Weight; fn create_proposal() -> Weight; fn veto_proposal(b: u32, c: u32) -> Weight; fn decide_on_proposal(b: u32) -> Weight; fn close_proposal(b: u32, c: u32) -> Weight; }
Required methods
fn create(b: u32) -> Weight
[src]
fn mutate(b: u32, c: u32) -> Weight
[src]
fn create_proposal() -> Weight
[src]
fn veto_proposal(b: u32, c: u32) -> Weight
[src]
fn decide_on_proposal(b: u32) -> Weight
[src]
fn close_proposal(b: u32, c: u32) -> Weight
[src]
Implementations on Foreign Types
impl WeightInfo for ()
[src]
impl WeightInfo for ()
[src]