pub fn set_reward_pool_account<T: Config>(account: T::AccountId)
Expand description
The extrinsic allows setting a new reward pool account
§Flow
- Ensure the origin is the root account.
- Ensure the new account is different from the current reward pool account.
- Emit a
Event::RewardPoolAccountReset
event. - Set the new reward pool account.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::set_reward_pool_account
.