pub trait WeightInfo {
Show 24 methods
// Required methods
fn under_alias() -> Weight;
fn set_alias_account() -> Weight;
fn unset_alias_account() -> Weight;
fn reset_root() -> Weight;
fn force_recognize_personhood() -> Weight;
fn set_personal_id_account() -> Weight;
fn unset_personal_id_account() -> Weight;
fn set_onboarding_size() -> Weight;
fn merge_rings() -> Weight;
fn migrate_included_key() -> Weight;
fn migrate_onboarding_key() -> Weight;
fn should_build_ring(n: u32) -> Weight;
fn build_ring(n: u32) -> Weight;
fn onboard_people() -> Weight;
fn remove_suspended_people(n: u32) -> Weight;
fn pending_suspensions_iteration() -> Weight;
fn migrate_keys_single_included_key() -> Weight;
fn merge_queue_pages() -> Weight;
fn as_person_alias_with_account() -> Weight;
fn as_person_identity_with_account() -> Weight;
fn as_person_alias_with_proof() -> Weight;
fn as_person_identity_with_proof() -> Weight;
fn on_poll_base() -> Weight;
fn on_idle_base() -> Weight;
}
Expand description
Weight functions needed for pallet_ranked_collective.
Required Methods§
fn under_alias() -> Weight
fn set_alias_account() -> Weight
fn unset_alias_account() -> Weight
fn reset_root() -> Weight
fn force_recognize_personhood() -> Weight
fn set_personal_id_account() -> Weight
fn unset_personal_id_account() -> Weight
fn set_onboarding_size() -> Weight
fn merge_rings() -> Weight
fn migrate_included_key() -> Weight
fn migrate_onboarding_key() -> Weight
fn should_build_ring(n: u32) -> Weight
fn build_ring(n: u32) -> Weight
fn onboard_people() -> Weight
fn remove_suspended_people(n: u32) -> Weight
fn pending_suspensions_iteration() -> Weight
fn migrate_keys_single_included_key() -> Weight
fn merge_queue_pages() -> Weight
fn as_person_alias_with_account() -> Weight
fn as_person_identity_with_account() -> Weight
fn as_person_alias_with_proof() -> Weight
fn as_person_identity_with_proof() -> Weight
fn on_poll_base() -> Weight
fn on_idle_base() -> Weight
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.