pub fn core_claim_rewards<T: Config>(core_id: T::CoreId, era: Era)
Expand description

Claim core reward for the specified era.

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

  • core_id: Id of the core to claim rewards from.
  • era: Era for which rewards are to be claimed.

§Warning: Doc-Only

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