pytonapi 0.4.3__tar.gz → 0.4.4__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.4.3 → pytonapi-0.4.4}/PKG-INFO +2 -2
- {pytonapi-0.4.3 → pytonapi-0.4.4}/README.md +1 -1
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/schema/traces.py +2 -1
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi.egg-info/PKG-INFO +2 -2
- {pytonapi-0.4.3 → pytonapi-0.4.4}/setup.py +1 -1
- {pytonapi-0.4.3 → pytonapi-0.4.4}/LICENSE +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/__init__.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/async_tonapi/__init__.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/async_tonapi/client.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/async_tonapi/methods/__init__.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/async_tonapi/methods/accounts.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/async_tonapi/methods/blockchain.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/async_tonapi/methods/dns.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/async_tonapi/methods/emulate.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/async_tonapi/methods/events.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/async_tonapi/methods/gasless.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/async_tonapi/methods/inscriptions.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/async_tonapi/methods/jettons.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/async_tonapi/methods/liteserver.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/async_tonapi/methods/multisig.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/async_tonapi/methods/nft.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/async_tonapi/methods/rates.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/async_tonapi/methods/sse.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/async_tonapi/methods/staking.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/async_tonapi/methods/storage.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/async_tonapi/methods/tonconnect.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/async_tonapi/methods/traces.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/async_tonapi/methods/utilites.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/async_tonapi/methods/wallet.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/async_tonapi/methods/webhooks.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/async_tonapi/methods/websocket.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/exceptions.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/logger_config.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/py.typed +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/schema/__init__.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/schema/_address.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/schema/_balance.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/schema/accounts.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/schema/blockchain.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/schema/dns.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/schema/domains.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/schema/events.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/schema/gasless.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/schema/inscriptions.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/schema/jettons.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/schema/liteserver.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/schema/multisig.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/schema/nft.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/schema/rates.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/schema/staking.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/schema/storage.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/schema/tonconnect.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/schema/utilites.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/schema/webhooks.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/tonapi/__init__.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/tonapi/client.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/tonapi/methods/__init__.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/tonapi/methods/accounts.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/tonapi/methods/blockchain.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/tonapi/methods/dns.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/tonapi/methods/emulate.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/tonapi/methods/events.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/tonapi/methods/gasless.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/tonapi/methods/inscriptions.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/tonapi/methods/jettons.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/tonapi/methods/liteserver.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/tonapi/methods/multisig.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/tonapi/methods/nft.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/tonapi/methods/rates.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/tonapi/methods/sse.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/tonapi/methods/staking.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/tonapi/methods/storage.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/tonapi/methods/tonconnect.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/tonapi/methods/traces.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/tonapi/methods/utilites.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/tonapi/methods/wallet.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/tonapi/methods/webhooks.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi/utils.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi.egg-info/SOURCES.txt +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi.egg-info/dependency_links.txt +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi.egg-info/requires.txt +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/pytonapi.egg-info/top_level.txt +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/setup.cfg +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/tests/async_tonapi/__init__.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/tests/async_tonapi/test_accounts_methods.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/tests/async_tonapi/test_blockchain_methods.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/tests/async_tonapi/test_dns_methods.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/tests/async_tonapi/test_events_methods.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/tests/async_tonapi/test_inscriptions_methods.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/tests/async_tonapi/test_jettons_methods.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/tests/async_tonapi/test_liteserver_methods.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/tests/async_tonapi/test_nft_methods.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/tests/async_tonapi/test_rates_methods.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/tests/async_tonapi/test_sse_methods.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/tests/async_tonapi/test_staking_methods.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/tests/async_tonapi/test_storage_methods.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/tests/async_tonapi/test_tonconnect_methods.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/tests/async_tonapi/test_traces_methods.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/tests/async_tonapi/test_utilities_methods.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/tests/async_tonapi/test_websocket_methods.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/tests/tonapi/__init__.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/tests/tonapi/test_accounts_methods.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/tests/tonapi/test_blockchain_methods.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/tests/tonapi/test_dns_methods.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/tests/tonapi/test_events_methods.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/tests/tonapi/test_inscriptions_methods.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/tests/tonapi/test_jettons_methods.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/tests/tonapi/test_liteserver_methods.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/tests/tonapi/test_nft_methods.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/tests/tonapi/test_rates_methods.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/tests/tonapi/test_sse_methods.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/tests/tonapi/test_staking_methods.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/tests/tonapi/test_storage_methods.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/tests/tonapi/test_tonconnect_methods.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/tests/tonapi/test_traces_methods.py +0 -0
- {pytonapi-0.4.3 → pytonapi-0.4.4}/tests/tonapi/test_utilities_methods.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pytonapi
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.4
|
|
4
4
|
Summary: Provide access to indexed TON blockchain.
|
|
5
5
|
Home-page: https://github.com/tonkeeper/pytonapi/
|
|
6
6
|
Author: nessshon
|
|
@@ -112,7 +112,7 @@ pip install pytonapi
|
|
|
112
112
|
|
|
113
113
|
## Donations
|
|
114
114
|
|
|
115
|
-
**TON** - `
|
|
115
|
+
**TON** - `UQCDrgGaI6gWK-qlyw69xWZosurGxrpRgIgSkVsgahUtxZR0`
|
|
116
116
|
|
|
117
117
|
**USDT** (TRC-20) - `TGKmm9H3FApFw8xcgRcZDHSku68vozAjo9`
|
|
118
118
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
from __future__ import annotations
|
|
2
2
|
|
|
3
3
|
from enum import Enum
|
|
4
|
-
from typing import
|
|
4
|
+
from typing import List, Optional, Union
|
|
5
5
|
|
|
6
6
|
from pydantic import BaseModel
|
|
7
7
|
|
|
@@ -92,6 +92,7 @@ class Message(BaseModel):
|
|
|
92
92
|
init: Optional[StateInit] = None
|
|
93
93
|
decoded_op_name: Optional[str] = None
|
|
94
94
|
decoded_body: Optional[Union[dict, str]] = None
|
|
95
|
+
hash: Optional[str] = None
|
|
95
96
|
raw_body: Optional[str] = None
|
|
96
97
|
|
|
97
98
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pytonapi
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.4
|
|
4
4
|
Summary: Provide access to indexed TON blockchain.
|
|
5
5
|
Home-page: https://github.com/tonkeeper/pytonapi/
|
|
6
6
|
Author: nessshon
|
|
@@ -112,7 +112,7 @@ pip install pytonapi
|
|
|
112
112
|
|
|
113
113
|
## Donations
|
|
114
114
|
|
|
115
|
-
**TON** - `
|
|
115
|
+
**TON** - `UQCDrgGaI6gWK-qlyw69xWZosurGxrpRgIgSkVsgahUtxZR0`
|
|
116
116
|
|
|
117
117
|
**USDT** (TRC-20) - `TGKmm9H3FApFw8xcgRcZDHSku68vozAjo9`
|
|
118
118
|
|
|
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
|
|
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
|