[][src]Trait pallet_identity::WeightInfo

pub trait WeightInfo {
    pub fn add_registrar(r: u32) -> Weight;
pub fn set_identity(r: u32, x: u32) -> Weight;
pub fn set_subs_new(s: u32) -> Weight;
pub fn set_subs_old(p: u32) -> Weight;
pub fn add_sub(p: u32) -> Weight;
pub fn rename_sub(p: u32) -> Weight;
pub fn remove_sub(p: u32) -> Weight;
pub fn quit_sub(p: u32) -> Weight;
pub fn clear_identity(r: u32, s: u32, x: u32) -> Weight;
pub fn request_judgement(r: u32, x: u32) -> Weight;
pub fn cancel_request(r: u32, x: u32) -> Weight;
pub fn set_fee(r: u32) -> Weight;
pub fn set_account_id(r: u32) -> Weight;
pub fn set_fields(r: u32) -> Weight;
pub fn provide_judgement(r: u32, x: u32) -> Weight;
pub fn kill_identity(r: u32, s: u32, x: u32) -> Weight; }

Required methods

pub fn add_registrar(r: u32) -> Weight[src]

pub fn set_identity(r: u32, x: u32) -> Weight[src]

pub fn set_subs_new(s: u32) -> Weight[src]

pub fn set_subs_old(p: u32) -> Weight[src]

pub fn add_sub(p: u32) -> Weight[src]

pub fn rename_sub(p: u32) -> Weight[src]

pub fn remove_sub(p: u32) -> Weight[src]

pub fn quit_sub(p: u32) -> Weight[src]

pub fn clear_identity(r: u32, s: u32, x: u32) -> Weight[src]

pub fn request_judgement(r: u32, x: u32) -> Weight[src]

pub fn cancel_request(r: u32, x: u32) -> Weight[src]

pub fn set_fee(r: u32) -> Weight[src]

pub fn set_account_id(r: u32) -> Weight[src]

pub fn set_fields(r: u32) -> Weight[src]

pub fn provide_judgement(r: u32, x: u32) -> Weight[src]

pub fn kill_identity(r: u32, s: u32, x: u32) -> Weight[src]

Loading content...

Implementations on Foreign Types

impl WeightInfo for ()[src]

Loading content...

Implementors

Loading content...