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§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WeightInfo for ()

Implementors§