GetTickSpacing
GetTickSpacing returns the tick spacing of the pool. Parameters:
- poolPath: Canonical pool path identifying the pool whose spacing is read.
Returns:
- int32: Tick spacing associated with the pool's fee tier.
- error: Non-nil when poolPath does not identify an existing pool.
Command
gnokey query vm/qeval -remote "https://rpc.gno.land" -data "gno.land/r/gnoswap/pool.GetTickSpacing()"
Result