pub trait WeightInfo {
    // Required method
    fn unlink_identity() -> Weight;
}
Expand description

Weight functions needed for pallet_universal_dividend.

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WeightInfo for ()

Storage: System Account (r:1 w:0) Proof: System Account (max_values: None, max_size: Some(126), added: 2601, mode: MaxEncodedLen)

Implementors§