Search Apps Documentation Source Content File Folder Download Copy Actions Download State String Boolean Number Struct Map Slice Pointer Function Closure Reference Nil Package Type Interface Unknown

position package

Function

GetPositionTokensOwed1

func GetPositionTokensOwed1(positionId uint64) (int64, error)

GetPositionTokensOwed1 returns the token1 amount accrued and owed to a position.

Parameters:

  • positionId: position NFT token ID whose token1 debt is queried

Returns:

  • tokensOwed1: token1 amount currently owed to the position
  • err: non-nil when positionId cannot be resolved

Param

Command

gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/gnoswap/position.GetPositionTokensOwed1()"

Result