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

GetPositionTicks

func GetPositionTicks(positionId uint64) (int32, int32, error)

GetPositionTicks returns the lower and upper tick boundaries of a position.

Parameters:

  • positionId: position NFT token ID whose tick range is queried

Returns:

  • tickLower: lower tick boundary of the position's price range
  • tickUpper: upper tick boundary of the position's price range
  • 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.GetPositionTicks()"

Result