GetPositionTokensOwed
GetPositionTokensOwed returns the token0 and token1 amounts accrued and owed to a position.
Parameters:
- positionId: position NFT token ID whose accrued token debt is queried
Returns:
- tokensOwed0: token0 amount currently owed to the position
- tokensOwed1: token1 amount currently owed to the position
- err: non-nil when positionId cannot be resolved
Command
gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/gnoswap/position.GetPositionTokensOwed()"
Result