Trait polkadot_runtime_parachains::configuration::WeightInfo[][src]

pub trait WeightInfo {
    fn set_config_with_block_number() -> Weight;
fn set_config_with_u32() -> Weight;
fn set_config_with_option_u32() -> Weight;
fn set_config_with_weight() -> Weight;
fn set_config_with_balance() -> Weight;
fn set_hrmp_open_request_ttl() -> Weight; }

Required methods

Implementors