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

GetTickFeeGrowthOutside1X128

func GetTickFeeGrowthOutside1X128(poolPath string, tick int32) (string, error)

GetTickFeeGrowthOutside1X128 returns fee growth outside for token1 at a tick. Parameters:

  • poolPath: Canonical pool path identifying the pool containing the tick.
  • tick: Tick index whose outside fee growth is requested.

Returns:

  • string: Token1 fee growth outside tick, serialized as a base-10 X128 accumulator.
  • error: Non-nil when the pool or tick is not found.

Params

Command

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

Result