Trait pallet_block_rewards::weights::WeightInfo
source · 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§
fn claim_reward() -> Weight
fn set_collator_reward_per_session() -> Weight
fn set_annual_treasury_inflation_rate() -> Weight
Object Safety§
This trait is not object safe.