Trait orml_traits::currency::OnSlash
source · pub trait OnSlash<AccountId, CurrencyId, Balance> {
// Required method
fn on_slash(currency_id: CurrencyId, who: &AccountId, amount: Balance);
}
Expand description
Hook to run before slashing an account.