GetPositionTickLower
GetPositionTickLower returns the lower tick boundary of a position.
Parameters:
- positionId: position NFT token ID whose lower tick is queried
Returns:
- tickLower: lower tick boundary of the position's price range
- 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.GetPositionTickLower()"
Result