HypersyncBackendConfig
Documentation for eth_defi.hypersync.utils.HypersyncBackendConfig Python class.
- class HypersyncBackendConfig
Bases:
objectHypersyncBackendConfig(hypersync_client: ‘ThrottledHypersyncClient | None’, hypersync_url: ‘str | None’, scan_backend: str)
Attributes summary
hypersync_clienthypersync_urlscan_backendMethods summary
__init__(hypersync_client, hypersync_url, ...)- __init__(hypersync_client, hypersync_url, scan_backend)
- Parameters
hypersync_client (Optional[eth_defi.hypersync.session.ThrottledHypersyncClient]) –
scan_backend (str) –
- Return type
None