GetFeeGrowthGlobal1X128
GetFeeGrowthGlobal1X128 returns the global fee growth for token1. Parameters:
- poolPath: Canonical pool path identifying the pool to query.
Returns:
- string: Token1 global fee growth, serialized as a base-10 X128 accumulator.
- 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.GetFeeGrowthGlobal1X128()"
Result