HypersyncBackendConfig Documentation for eth_defi.hypersync.utils.HypersyncBackendConfig Python class. class HypersyncBackendConfig Bases: object HypersyncBackendConfig(hypersync_client: ‘hypersync.HypersyncClient | None’, hypersync_url: ‘str | None’, scan_backend: str) Attributes summary hypersync_client hypersync_url scan_backend Methods summary __init__(hypersync_client, hypersync_url, ...) __init__(hypersync_client, hypersync_url, scan_backend) Parameters hypersync_client (hypersync.HypersyncClient | None) – hypersync_url (str | None) – scan_backend (str) – Return type None