Skip to content

Commit

Permalink
docs: add description to hypersync class
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan-Kim2028 committed Jul 21, 2024
1 parent 0900006 commit 35d27e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mev_commit_sdk_py/hypersync_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ async def wrapper(*args, **kwargs):

@dataclass
class Hypersync:
"""
Client wrapper aroound Hypersync Indexer to get transactions, blocks, and events.
"""
url: str
client: HypersyncClient = field(init=False)
transactions: List[hypersync.TransactionField] = field(
Expand Down

0 comments on commit 35d27e4

Please sign in to comment.