GetDepositStakeTime
GetDepositStakeTime returns the Unix timestamp at which a position was staked.
Parameters:
- lpTokenId: Position NFT token ID whose stake time should be read.
Returns:
- stakeTime: Unix timestamp recorded when the deposit entered staking.
- 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.GetDepositStakeTime()"
Result