pub trait WeightInfo {
    // Required methods
    fn create_identity() -> Weight;
    fn revoke_identity() -> Weight;
    fn add_or_update_identity_trait() -> Weight;
    fn remove_identity_trait() -> Weight;
    fn sign_for_identity() -> Weight;
}
Expand description

Weight functions for pallet_fennel_identity.

Required Methods§

Implementations on Foreign Types§

source§

impl WeightInfo for ()

Implementors§