Trait pallet_duniter_account::weights::WeightInfo  
source · pub trait WeightInfo {
    // Required method
    fn unlink_identity() -> Weight;
}Expand description
Weight functions needed for pallet_universal_dividend.
Required Methods§
fn unlink_identity() -> Weight
Object Safety§
This trait is not object safe.
Implementations on Foreign Types§
source§impl WeightInfo for ()
 
impl WeightInfo for ()
source§fn unlink_identity() -> Weight
 
fn unlink_identity() -> Weight
Storage: System Account (r:1 w:0) Proof: System Account (max_values: None, max_size: Some(126), added: 2601, mode: MaxEncodedLen)