pub trait WeightInfo {
    fn dust_account() -> Weight;
    fn add_nondustable_account() -> Weight;
    fn remove_nondustable_account() -> Weight;
}
Expand description

Weight functions needed for duster.

Required Methods§

Implementations on Foreign Types§

Implementors§