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