CollectableExternalIncentiveReward
CollectableExternalIncentiveReward returns a position's claimable external reward for a live staked deposit or an exit checkpoint left by UnStakeToken.
Parameters:
- positionId: staked position NFT token ID or position with an exit checkpoint
- incentiveId: external incentive identifier
Returns:
- amount: claimable external reward amount
- err: non-nil when the position or incentive cannot be resolved
Command
gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/gnoswap/staker.CollectableExternalIncentiveReward(,)"
Result