Trait common::OnValBurned
source · pub trait OnValBurned {
// Required method
fn on_val_burned(amount: Balance);
}
Expand description
General trait for passing on the amount of burned VAL.
Required Methods§
sourcefn on_val_burned(amount: Balance)
fn on_val_burned(amount: Balance)
Report amount and fractions of burned pswap at the moment of invokation.