GetBalances
GetBalances returns the balances of the pool. Parameters:
- poolPath: Canonical pool path identifying the pool whose balances are read.
Returns:
- int64: Current token0 balance held by the pool, in token base units.
- int64: Current token1 balance held by the pool, in token base units.
- 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.GetBalances()"
Result