GetDepositTargetPoolPath
GetDepositTargetPoolPath returns the pool path of a staked position.
Parameters:
- lpTokenId: Position NFT token ID whose target pool should be read.
Returns:
- poolPath: Pool path stored on 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.GetDepositTargetPoolPath()"
Result