Search Apps Documentation Source Content File Folder Download Copy Actions Download State String Boolean Number Struct Map Slice Pointer Function Closure Reference Nil Package Type Interface Unknown

pool package

Function

GetFeeGrowthGlobal1X128

func GetFeeGrowthGlobal1X128(poolPath string) (string, error)

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.

Param

Command

gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/gnoswap/pool.GetFeeGrowthGlobal1X128()"

Result