frequency-chain / frequency

Frequency: A Polkadot Parachain
https://www.frequency.xyz
Apache License 2.0
48 stars 18 forks source link

[Feature]: Check for unclaimed rewards #1969

Closed shannonwells closed 1 month ago

shannonwells commented 2 months ago

Need functionality to tell if there are any unclaimed rewards so that it can be determined if an unstake can succeed or whether it's time to claim rewards.

Assumptions:

Returns:

BoundedVec<UnclaimedRewardInfo<T: Config>, T::StakingRewardsPastErasMax>