pub trait WeightInfo {
Show 16 methods 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;
}
Expand description

Weight functions needed for pallet_identity.

Required Methods§

Implementations on Foreign Types§

The range of component r is [1, 19].

The range of component r is [1, 20]. The range of component x is [1, 100].

The range of component s is [1, 100].

The range of component p is [1, 100].

The range of component r is [1, 20]. The range of component s is [1, 100]. The range of component x is [1, 100].

The range of component r is [1, 20]. The range of component x is [1, 100].

The range of component r is [1, 20]. The range of component x is [1, 100].

The range of component r is [1, 19].

The range of component r is [1, 19].

The range of component r is [1, 19].

The range of component r is [1, 19]. The range of component x is [1, 100].

The range of component r is [1, 20]. The range of component s is [1, 100]. The range of component x is [1, 100].

The range of component s is [1, 99].

The range of component s is [1, 100].

The range of component s is [1, 100].

The range of component s is [1, 99].

Implementors§