FeederAlias

Documentation for eth_defi.feed.sources.FeederAlias Python class.

class FeederAlias

Bases: object

A feeder YAML that delegates feed sources to another feeder.

Alias files contain only identity metadata (feeder-id, name, role) and a canonical-feeder-id pointing to the feeder whose feed sources should be collected. They produce no TrackedPostSource entries.

Attributes summary

feeder_id

canonical_feeder_id

role

name

mapping_file

Methods summary

__init__(feeder_id, canonical_feeder_id, ...)

__init__(feeder_id, canonical_feeder_id, role, name, mapping_file)
Parameters
Return type

None