CollectedSourceResult

Documentation for eth_defi.feed.collector.CollectedSourceResult Python class.

class CollectedSourceResult

Bases: object

Detailed collection result for one tracked source.

Attributes summary

feeder_id

name

role

source_type

status

posts_fetched

posts_inserted

last_post_published_at

error

auth_blocked

Methods summary

__init__(feeder_id, name, role, source_type, ...)

__init__(feeder_id, name, role, source_type, status, posts_fetched=0, posts_inserted=0, last_post_published_at=None, error=None, auth_blocked=False)
Parameters
Return type

None