Trait polkadot_runtime_parachains::paras_inherent::WeightInfo[][src]

pub trait WeightInfo {
    fn enter_variable_disputes(v: u32) -> Weight;
fn enter_bitfields() -> Weight;
fn enter_backed_candidates_variable(v: u32) -> Weight;
fn enter_backed_candidate_code_upgrade() -> Weight; }

Required methods

Variant over v, the count of dispute statements in a dispute statement set. This gives the weight of a single dispute statement set.

The weight of one bitfield.

Variant over v, the count of validity votes for a backed candidate. This gives the weight of a single backed candidate.

The weight of a single backed candidate with a code upgrade.

Implementors