pub trait WeightInfo {
    // Required method
    fn set_parameter() -> Weight;
}
Expand description

Weight functions needed for pallet_parameters.

Required Methods§

source

fn set_parameter() -> Weight

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WeightInfo for ()

source§

fn set_parameter() -> Weight

Storage: Parameters::Parameters (r:1 w:1) Proof: Parameters::Parameters (max_values: None, max_size: Some(36), added: 2511, mode: MaxEncodedLen)

Implementors§