Trait pallet_smith_members::weights::WeightInfo
source · pub trait WeightInfo {
// Required methods
fn invite_smith() -> Weight;
fn accept_invitation() -> Weight;
fn certify_smith() -> Weight;
fn on_removed_wot_member() -> Weight;
fn on_removed_wot_member_empty() -> Weight;
}
Expand description
Weight functions needed for pallet.
Required Methods§
fn invite_smith() -> Weight
fn accept_invitation() -> Weight
fn certify_smith() -> Weight
fn on_removed_wot_member() -> Weight
fn on_removed_wot_member_empty() -> Weight
Object Safety§
This trait is not object safe.