Trait orml_traits::currency::OnDust
source · pub trait OnDust<AccountId, CurrencyId, Balance> {
fn on_dust(who: &AccountId, currency_id: CurrencyId, amount: Balance);
}
Expand description
Handler for account which has dust, need to burn or recycle it