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

GetFeeGrowthGlobal0X128

func GetFeeGrowthGlobal0X128(poolPath string) (string, error)

GetFeeGrowthGlobal0X128 returns the global fee growth for token0. Parameters:

  • poolPath: Canonical pool path identifying the pool to query.

Returns:

  • string: Token0 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.GetFeeGrowthGlobal0X128()"

Result