OracleLibrary
Overview
License: GPL-2.0-or-later
library OracleLibraryStructs info
WeightedTickData
struct WeightedTickData {
int24 tick;
uint128 weight;
}Functions info
consult
function consult(
address pool,
uint32 secondsAgo
)
internal
view
returns (int24 arithmeticMeanTick, uint128 harmonicMeanLiquidity)Name
Type
Description
Name
Type
Description
getQuoteAtTick
Name
Type
Description
Name
Type
Description
getOldestObservationSecondsAgo
Name
Type
Description
Name
Type
Description
getChainedPrice
Name
Type
Description
Name
Type
Description
Last updated