referrerpolicy=no-referrer-when-downgrade

Trait pallet_collective_content::weights::WeightInfo

source ·
pub trait WeightInfo {
    // Required methods
    fn set_charter() -> Weight;
    fn announce() -> Weight;
    fn remove_announcement() -> Weight;
}
Expand description

Weights information needed for the pallet.

Required Methods§

source

fn set_charter() -> Weight

Returns the weight of the set_charter extrinsic.

source

fn announce() -> Weight

Returns the weight of the announce extrinsic.

source

fn remove_announcement() -> Weight

Returns the weight of the remove_announcement extrinsic.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WeightInfo for ()

Unit implementation of the WeightInfo.

source§

fn set_charter() -> Weight

source§

fn announce() -> Weight

source§

fn remove_announcement() -> Weight

Implementors§