Function parachain_staking::pallet::dispatchables::payout_delegator_reward
source · pub fn payout_delegator_reward<T: Config>(
round: u32,
collator: T::AccountId,
delegator: T::AccountId
)
Expand description
Payout delegator rewards only for particular round. Collators should rather use
Pallet::payout_collator_rewards
but if collator is inresponsive one can claim
particular delegator rewards manually.
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::payout_delegator_reward
.