Versions in this module Expand all Collapse all v0 v0.0.2 Dec 16, 2025 v0.0.1 Dec 16, 2025 Changes in this version + type MedianAggregator struct + func NewMedianAggregator() *MedianAggregator + func (m *MedianAggregator) AggregatePrices() + func (m *MedianAggregator) GetPrices() types.Prices + func (m *MedianAggregator) Reset() + func (m *MedianAggregator) SetProviderPrices(provider string, data types.Prices) + func (m *MedianAggregator) UpdateMarketMap(_ mmtypes.MarketMap)