pub fn staker_claim_rewards<T: Config>(core_id: T::CoreId)
Expand description

Claim the staker’s rewards.

In case reward cannot be claimed or was already claimed, an error is raised.

The dispatch origin for this call must be Signed by the staker’s account.

  • core_id: Id of the core to claim rewards from.

§Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::staker_claim_rewards.