Trait orml_traits::currency::OnDust[][src]

pub trait OnDust<AccountId, CurrencyId, Balance> {
    fn on_dust(who: &AccountId, currency_id: CurrencyId, amount: Balance);
}

Handler for account which has dust, need to burn or recycle it

Required methods

fn on_dust(who: &AccountId, currency_id: CurrencyId, amount: Balance)[src]

Loading content...

Implementations on Foreign Types

impl<AccountId, CurrencyId, Balance> OnDust<AccountId, CurrencyId, Balance> for ()[src]

Loading content...

Implementors

Loading content...