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§

source

fn on_val_burned(amount: Balance)

Report amount and fractions of burned pswap at the moment of invokation.

Implementations on Foreign Types§

source§

impl OnValBurned for ()

Implementors§