Skip to main content
Helpful?

TickLibrary

@uniswap/v3-sdk / Exports / TickLibrary

Class: TickLibrary

Table of contents

Constructors

Methods

Constructors

constructor

Private new TickLibrary()

Cannot be constructed.

Defined in

utils/tickLibrary.ts:25

Methods

getFeeGrowthInside

Static getFeeGrowthInside(feeGrowthOutsideLower, feeGrowthOutsideUpper, tickLower, tickUpper, tickCurrent, feeGrowthGlobal0X128, feeGrowthGlobal1X128): default[]

Parameters

NameType
feeGrowthOutsideLowerFeeGrowthOutside
feeGrowthOutsideUpperFeeGrowthOutside
tickLowernumber
tickUppernumber
tickCurrentnumber
feeGrowthGlobal0X128default
feeGrowthGlobal1X128default

Returns

default[]

Defined in

utils/tickLibrary.ts:27

Helpful?