GetFeeAmountTickSpacing
GetFeeAmountTickSpacing returns the tick spacing for a given fee tier. Parameters:
- fee: Fee tier whose supported tick spacing is requested.
Returns:
- spacing: Tick spacing configured for fee.
- err: Non-nil when fee is not one of the supported fee tiers.
Command
gnokey query vm/qeval -remote "http://127.0.0.1:26657" -data "gno.land/r/gnoswap/pool.GetFeeAmountTickSpacing()"
Result