GetUncollectedIncentiveCount
GetUncollectedIncentiveCount returns how many unstaked positions still owe a reward from the incentive.
Parameters:
- incentiveId: External incentive identifier whose outstanding exit positions should be counted.
Returns:
- count: Number of unstaked positions with an uncollected reward for incentiveId.
Command
gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/gnoswap/staker.GetUncollectedIncentiveCount()"
Result