GetTickInitialized
GetTickInitialized returns whether a tick is initialized. Parameters:
- poolPath: Canonical pool path identifying the pool containing the tick.
- tick: Tick index whose initialization flag is requested.
Returns:
- bool: True when the tick has initialized liquidity and outside accumulators.
- 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.GetTickInitialized(,)"
Result