pub trait WeightInfo {
Show 17 methods // Required methods fn create_identity() -> Weight; fn confirm_identity() -> Weight; fn change_owner_key() -> Weight; fn revoke_identity() -> Weight; fn prune_item_identities_names(i: u32) -> Weight; fn fix_sufficients() -> Weight; fn link_account() -> Weight; fn on_initialize() -> Weight; fn do_revoke_identity_noop() -> Weight; fn do_revoke_identity() -> Weight; fn do_remove_identity_noop() -> Weight; fn do_remove_identity_handler() -> Weight; fn do_remove_identity() -> Weight; fn prune_identities_noop() -> Weight; fn prune_identities_none() -> Weight; fn prune_identities_err() -> Weight; fn membership_removed() -> Weight;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WeightInfo for ()

Implementors§