GetProtocolFeesTokens
GetProtocolFeesTokens returns the accumulated protocol fees for both tokens. Parameters:
- poolPath: Canonical pool path identifying the pool whose fees are read.
Returns:
- int64: Accumulated protocol fee for token0, in token base units.
- int64: Accumulated protocol fee for token1, 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.GetProtocolFeesTokens()"
Result