pub fn claim_rewards_to<T: Config<I>, I: 'static>(
reward_kind: T::Reward,
beneficiary: BeneficiaryOf<T, I>,
)
Expand description
Claim accumulated rewards and send them to the alternative beneficiary.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::claim_rewards_to
.