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.
pub trait OnSlash<AccountId, CurrencyId, Balance> {
// Required method
fn on_slash(currency_id: CurrencyId, who: &AccountId, amount: Balance);
}
Hook to run before slashing an account.