Skip to main content
Helpful?

FeeOptions

@uniswap/v3-sdk / Exports / FeeOptions

Interface: FeeOptions

Table of contents

Properties

Properties

fee

fee: Percent

The percent of the output that will be taken as a fee.

Defined in

payments.ts:11


recipient

recipient: string

The recipient of the fee.

Defined in

payments.ts:16

Helpful?