resolve_feeder_id
Documentation for eth_defi.feed.sources.resolve_feeder_id function.
- resolve_feeder_id(feeder_id, aliases)
Resolve a feeder_id through the alias mapping.
Returns the canonical feeder_id when the input is an alias, or the input unchanged when it is not an alias.
- Parameters
feeder_id (str) – Feeder-id to resolve.
aliases (collections.abc.Sequence[eth_defi.feed.sources.FeederAlias]) – Alias list returned by
load_post_sources().
- Return type