pub fn set_pool_reward_rate_per_block<T: Config>(
pool_id: PoolId,
new_reward_rate_per_block: T::Balance,
)
Expand description
Modify a pool reward rate.
Currently the reward rate can only be increased.
Only the pool admin may perform this operation.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::set_pool_reward_rate_per_block
.