pub fn execute_scheduled_reward_change<T: Config>()
Expand description
Executes the annual reduction of the reward rates for collators and delegators.
Moreover, sets rewards for all collators and delegators before adjusting the inflation.
The dispatch origin can be any signed one because we bail if called too early.
Emits RoundInflationSet
.
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::execute_scheduled_reward_change
.