GetToken1Path
GetToken1Path returns the path of token1 in the pool. Parameters:
- poolPath: Canonical pool path identifying the pool to query.
Returns:
- string: Canonical token1 contract path stored by the pool.
- error: Non-nil when poolPath does not identify an existing pool.
Command
gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/gnoswap/pool.GetToken1Path()"
Result