FeeAmountTickSpacingParams

Represents the parameters for the "feeAmountTickSpacing" function.

type FeeAmountTickSpacingParams = {
fee: AbiParameterToPrimitiveType<{ name: "fee"; type: "uint24" }>;
};