GetDepositInternalRewardLastCollectTimestamp
GetDepositInternalRewardLastCollectTimestamp returns the last internal reward collection time for a position.
Parameters:
- lpTokenId: Position NFT token ID whose internal reward cursor should be read.
Returns:
- timestamp: Unix timestamp of the deposit's last internal reward collection.
- 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.GetDepositInternalRewardLastCollectTimestamp()"
Result