Helpful?
Payments
@uniswap/v3-sdk / Exports / Payments
Class: Payments
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• Private new Payments()
Cannot be constructed.
Defined in
Properties
INTERFACE
▪ Static INTERFACE: Interface
Defined in
Methods
encodeFeeBips
▸ Static Private encodeFeeBips(fee): string
Parameters
| Name | Type | 
|---|---|
| fee | Percent | 
Returns
string
Defined in
encodeRefundETH
▸ Static encodeRefundETH(): string
Returns
string
Defined in
encodeSweepToken
▸ Static encodeSweepToken(token, amountMinimum, recipient, feeOptions?): string
Parameters
| Name | Type | 
|---|---|
| token | Token | 
| amountMinimum | default | 
| recipient | string | 
| feeOptions? | FeeOptions | 
Returns
string
Defined in
encodeUnwrapWETH9
▸ Static encodeUnwrapWETH9(amountMinimum, recipient, feeOptions?): string
Parameters
| Name | Type | 
|---|---|
| amountMinimum | default | 
| recipient | string | 
| feeOptions? | FeeOptions | 
Returns
string