Calls the "feeAmountTickSpacing" function on the contract.
import { feeAmountTickSpacing } from "thirdweb/extensions/uniswap"; const result = await feeAmountTickSpacing({ contract, fee: ...,});
function feeAmountTickSpacing( options: BaseTransactionOptions<FeeAmountTickSpacingParams>,): Promise<number>;
The options for the feeAmountTickSpacing function.
let options: BaseTransactionOptions<FeeAmountTickSpacingParams>;
let returnType: Promise<number>;
The parsed result of the function call.