Skip to main content
Helpful?

SelfPermit

@uniswap/v3-sdk / Exports / SelfPermit

Class: SelfPermit

Table of contents

Constructors

Properties

Methods

Constructors

constructor

Private new SelfPermit()

Cannot be constructed.

Defined in

selfPermit.ts:34

Properties

INTERFACE

Static INTERFACE: Interface

Defined in

selfPermit.ts:29

Methods

encodePermit

Static encodePermit(token, options): string

Parameters

NameType
tokenToken
optionsPermitOptions

Returns

string

Defined in

selfPermit.ts:36

Helpful?