# Functions
ChainFeeUpdateAggregator aggregates a slice of ChainFeeUpdates into a single Update by taking the median of each price component and the timestamps.
No description provided by the author
FromPackedFee creates a new Update @param packedFee: Is the fee components packed into a single big.Int packedFee = (dataAvFeeUSD << 112) | executionFeeUSD.
No description provided by the author
# Structs
AggregateObservation is the aggregation of a list of observations.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author