Versions in this module Expand all Collapse all v1 v1.3.17 May 5, 2026 Changes in this version + type PriceFeedAttributes struct + AssetType string + Base string + Description string + DisplaySymbol string + QuoteCurrency string + Symbol string + type PriceFeeds interface + GetFeed func(id string) (PriceFeedAttributes, bool) + var Default PriceFeeds + func GetUpdatedWithFallback(ctx context.Context, logger *zap.Logger) PriceFeeds + func NewFromJSON(data []byte) (PriceFeeds, error)