GetPoolPath
GetPoolPath generates a unique pool path string based on the token paths and fee tier. Parameters:
- token0Path: first token contract path; pool paths canonicalize token order.
- token1Path: second token contract path; pool paths canonicalize token order.
- fee: fee tier encoded in the pool identifier.
Returns:
- poolPath: canonical token0:token1:fee pool identifier.
Command
gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/gnoswap/pool/v1.GetPoolPath(,,)"
Result