EncodePositionKey
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.
Command
gnokey query vm/qeval -remote "https://rpc.gno.land" -data "gno.land/r/gnoswap/pool.EncodePositionKey(,)"
Result