Trait noble_identity::weights::WeightInfo[][src]

pub trait WeightInfo {
    fn add_registrar(_r: u32) -> Weight;
fn set_identity(_r: u32, _x: u32) -> Weight;
fn set_subs_new(_s: u32) -> Weight;
fn set_subs_old(_p: u32) -> Weight;
fn clear_identity(_r: u32, _s: u32, _x: u32) -> Weight;
fn request_judgement(_r: u32, _x: u32) -> Weight;
fn cancel_request(_r: u32, _x: u32) -> Weight;
fn set_fee(_r: u32) -> Weight;
fn set_account_id(_r: u32) -> Weight;
fn set_fields(_r: u32) -> Weight;
fn provide_judgement(_r: u32, _x: u32) -> Weight;
fn kill_identity(_r: u32, _s: u32, _x: u32) -> Weight;
fn add_sub(_s: u32) -> Weight;
fn rename_sub(_s: u32) -> Weight;
fn remove_sub(_s: u32) -> Weight;
fn quit_sub(_s: u32) -> Weight; }

Weight functions needed for noble_identity.

Required methods

Loading content...

Implementations on Foreign Types

impl WeightInfo for ()[src]

Loading content...

Implementors

Loading content...