Trait pallet_committee::pallet::WeightInfo[][src]

pub trait WeightInfo {
    fn propose() -> Weight;
fn vote() -> Weight;
fn close() -> Weight;
fn add_constituent() -> Weight;
fn remove_member() -> Weight;
fn set_voting_period() -> Weight; }
Expand description

Trait for the asset-index pallet extrinsic weights.

Required methods

Implementations on Foreign Types

For backwards compatibility and tests

Implementors