Helpful?
TickLibrary
@uniswap/v3-sdk / Exports / TickLibrary
Class: TickLibrary
Table of contents
Constructors
Methods
Constructors
constructor
• Private
new TickLibrary()
Cannot be constructed.
Defined in
Methods
getFeeGrowthInside
▸ Static
getFeeGrowthInside(feeGrowthOutsideLower
, feeGrowthOutsideUpper
, tickLower
, tickUpper
, tickCurrent
, feeGrowthGlobal0X128
, feeGrowthGlobal1X128
): default
[]
Parameters
Name | Type |
---|---|
feeGrowthOutsideLower | FeeGrowthOutside |
feeGrowthOutsideUpper | FeeGrowthOutside |
tickLower | number |
tickUpper | number |
tickCurrent | number |
feeGrowthGlobal0X128 | default |
feeGrowthGlobal1X128 | default |
Returns
default
[]