GetDeposit
GetDeposit returns a copy of a staked position's deposit.
Parameters:
- lpTokenId: staked position NFT token ID
Returns:
- deposit: independent deposit copy, or nil when an implementation has no deposit value
- err: implementation resolution error; the current v1 implementation returns not-found for a missing deposit
Command
gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/gnoswap/staker.GetDeposit()"
Result