GetTickCumulativeOutside
GetTickCumulativeOutside returns the tick cumulative value outside a tick. Parameters:
- poolPath: Canonical pool path identifying the pool containing the tick.
- tick: Tick index whose outside tick cumulative is requested.
Returns:
- int64: Tick cumulative recorded outside tick.
- error: Non-nil when the pool or tick is not found.
Command
gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/gnoswap/pool.GetTickCumulativeOutside(,)"
Result