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

pool package

Function

EncodePositionKey

func EncodePositionKey(tickLower, tickUpper int32) string

EncodePositionKey encodes a position range as two ordered tick keys. Parameters:

  • tickLower: lower signed tick index of the position range.
  • tickUpper: upper signed tick index of the position range.

Returns:

  • key: concatenation of the ordered encodings of tickLower and tickUpper.

Params

Command

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

Result