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

Required Methods§

Implementations on Foreign Types§

Implementors§