FeederAlias
Documentation for eth_defi.feed.sources.FeederAlias Python class.
- class FeederAlias
Bases:
objectA feeder YAML that delegates feed sources to another feeder.
Alias files contain only identity metadata (feeder-id, name, role) and a
canonical-feeder-idpointing to the feeder whose feed sources should be collected. They produce noTrackedPostSourceentries.Attributes summary
feeder_idcanonical_feeder_idrolenamemapping_fileMethods summary
__init__(feeder_id, canonical_feeder_id, ...)- __init__(feeder_id, canonical_feeder_id, role, name, mapping_file)
- Parameters
feeder_id (str) –
canonical_feeder_id (str) –
role (str) –
name (str) –
mapping_file (pathlib.Path) –
- Return type
None