pub trait OnPswapBurned {
    // Required method
    fn on_pswap_burned(distribution: PswapRemintInfo);
}
Expand description

General trait for passing pswap amount burned information to required pallets.

Required Methods§

source

fn on_pswap_burned(distribution: PswapRemintInfo)

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

Implementations on Foreign Types§

source§

impl OnPswapBurned for ()

Implementors§