pub trait WeightInfo {
    // Required methods
    fn claim_reward() -> Weight;
    fn set_collator_reward_per_session() -> Weight;
    fn set_annual_treasury_inflation_rate() -> Weight;
}
Expand description

Weight functions needed for pallet_block_rewards.

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WeightInfo for ()

Implementors§

source§

impl<T: Config> WeightInfo for SubstrateWeight<T>