GetDepositExternalIncentiveIdList
GetDepositExternalIncentiveIdList returns external incentive IDs tracked by a deposit.
Parameters:
- lpTokenId: Position NFT token ID whose deposit should be inspected.
Returns:
- incentiveIds: Independent copy of external incentive IDs associated with the deposit.
- err: Non-nil when lpTokenId does not resolve to a stored deposit.
Command
gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/gnoswap/staker.GetDepositExternalIncentiveIdList()"
Result