🏠V3 SDKTechnical ReferenceinterfacesFeeOptionsHelpful?On this pageFeeOptions@uniswap/v3-sdk / Exports / FeeOptionsInterface: FeeOptionsTable of contentsPropertiesfeerecipientPropertiesfee• fee: PercentThe percent of the output that will be taken as a fee.Defined inpayments.ts:11recipient• recipient: stringThe recipient of the fee.Defined inpayments.ts:16