pub trait WeightInfo {
    // Required methods
    fn claim_native_rewards() -> Weight;
    fn claim_3rdparty_rewards() -> Weight;
    fn update_pool_promotion() -> Weight;
    fn activate_liquidity_for_native_rewards() -> Weight;
    fn deactivate_liquidity_for_native_rewards() -> Weight;
    fn deactivate_liquidity_for_3rdparty_rewards() -> Weight;
    fn activate_liquidity_for_3rdparty_rewards() -> Weight;
    fn reward_pool() -> Weight;
}
Expand description

Weight functions needed for pallet_proof_of_stake.

Required Methods§

Implementations on Foreign Types§

source§

impl WeightInfo for ()

Implementors§