Trait pallet_duster::weights::WeightInfo
source · pub trait WeightInfo {
fn dust_account() -> Weight;
fn add_nondustable_account() -> Weight;
fn remove_nondustable_account() -> Weight;
}
Expand description
Weight functions needed for duster.