MCPcopy Create free account
hub / github.com/enviodev/hypersync-client-python / LogSelection

Class LogSelection

hypersync/__init__.py:562–566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

560
561@dataclass
562class LogSelection:
563 # Address of the contract, any logs that has any of these addresses will be returned. Empty means match all.
564 address: Optional[list[str]] = None
565 # Topics to match, each member of the top level array is another array, if the nth topic matches any topic specified in nth element of topics, the log will be returned. Empty means match all.
566 topics: Optional[list[list[str]]] = None
567
568
569@dataclass

Callers 3

collect_eventsFunction · 0.90
preset_query_logsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected