pytonapi 0.2.5__tar.gz → 0.2.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pytonapi-0.2.5 → pytonapi-0.2.6}/PKG-INFO +1 -1
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/async_tonapi/methods/sse.py +2 -2
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi.egg-info/PKG-INFO +1 -1
- {pytonapi-0.2.5 → pytonapi-0.2.6}/setup.py +1 -1
- {pytonapi-0.2.5 → pytonapi-0.2.6}/LICENSE +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/README.md +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/__init__.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/async_tonapi/__init__.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/async_tonapi/client.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/async_tonapi/methods/__init__.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/async_tonapi/methods/accounts.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/async_tonapi/methods/blockchain.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/async_tonapi/methods/dns.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/async_tonapi/methods/emulate.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/async_tonapi/methods/events.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/async_tonapi/methods/inscriptions.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/async_tonapi/methods/jettons.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/async_tonapi/methods/liteserver.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/async_tonapi/methods/nft.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/async_tonapi/methods/rates.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/async_tonapi/methods/staking.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/async_tonapi/methods/storage.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/async_tonapi/methods/tonconnect.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/async_tonapi/methods/traces.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/async_tonapi/methods/wallet.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/async_tonapi/methods/websocket.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/exceptions.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/schema/__init__.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/schema/_address.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/schema/_balance.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/schema/accounts.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/schema/blockchain.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/schema/dns.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/schema/domains.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/schema/events.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/schema/inscriptions.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/schema/jettons.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/schema/liteserver.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/schema/nft.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/schema/rates.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/schema/staking.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/schema/storage.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/schema/tonconnect.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/schema/traces.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/tonapi/__init__.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/tonapi/client.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/tonapi/methods/__init__.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/tonapi/methods/accounts.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/tonapi/methods/blockchain.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/tonapi/methods/dns.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/tonapi/methods/emulate.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/tonapi/methods/events.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/tonapi/methods/inscriptions.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/tonapi/methods/jettons.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/tonapi/methods/liteserver.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/tonapi/methods/nft.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/tonapi/methods/rates.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/tonapi/methods/sse.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/tonapi/methods/staking.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/tonapi/methods/storage.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/tonapi/methods/tonconnect.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/tonapi/methods/traces.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/tonapi/methods/wallet.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi/utils.py +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi.egg-info/SOURCES.txt +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi.egg-info/dependency_links.txt +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi.egg-info/requires.txt +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/pytonapi.egg-info/top_level.txt +0 -0
- {pytonapi-0.2.5 → pytonapi-0.2.6}/setup.cfg +0 -0
|
@@ -55,7 +55,7 @@ class SSEMethod(AsyncTonapiClient):
|
|
|
55
55
|
:accounts: A list of account addresses to subscribe to
|
|
56
56
|
"""
|
|
57
57
|
method = "v2/sse/accounts/traces"
|
|
58
|
-
params = {'accounts': accounts}
|
|
58
|
+
params = {'accounts': ",".join(accounts)}
|
|
59
59
|
async for data in self._subscribe(method=method, params=params):
|
|
60
60
|
event = TraceEventData(**json.loads(data))
|
|
61
61
|
result = await handler(event, *args)
|
|
@@ -75,7 +75,7 @@ class SSEMethod(AsyncTonapiClient):
|
|
|
75
75
|
:accounts: A list of account addresses to subscribe to
|
|
76
76
|
"""
|
|
77
77
|
method = "v2/sse/mempool"
|
|
78
|
-
params = {'accounts': accounts}
|
|
78
|
+
params = {'accounts': ",".join(accounts)}
|
|
79
79
|
async for data in self._subscribe(method=method, params=params):
|
|
80
80
|
event = MempoolEventData(**json.loads(data))
|
|
81
81
|
result = await handler(event, *args)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|