tonutils 1.0.0a2__tar.gz → 1.0.0a3__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.
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/PKG-INFO +1 -1
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/setup.py +1 -1
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/contracts/nft/item.py +2 -2
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/types/__init__.py +1 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils.egg-info/PKG-INFO +1 -1
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/LICENSE +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/README.md +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/setup.cfg +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tests/tests_clients.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tests/tests_utils.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/__init__.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/clients/__init__.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/clients/base.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/clients/liteserver/__init__.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/clients/liteserver/client.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/clients/liteserver/stub.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/clients/quicknode/__init__.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/clients/quicknode/api.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/clients/quicknode/client.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/clients/tatum/__init__.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/clients/tatum/api.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/clients/tatum/client.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/clients/tonapi/__init__.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/clients/tonapi/api.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/clients/tonapi/client.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/clients/tonapi/models.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/clients/toncenter/__init__.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/clients/toncenter/api.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/clients/toncenter/client.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/clients/toncenter/models.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/contracts/__init__.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/contracts/base.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/contracts/codes.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/contracts/jetton/__init__.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/contracts/jetton/get_methods.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/contracts/jetton/master.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/contracts/jetton/wallet.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/contracts/nft/__init__.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/contracts/nft/collection.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/contracts/nft/get_methods.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/contracts/wallet/__init__.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/contracts/wallet/base.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/contracts/wallet/get_methods.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/contracts/wallet/versions/__init__.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/contracts/wallet/versions/hw.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/contracts/wallet/versions/pp.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/contracts/wallet/versions/v1.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/contracts/wallet/versions/v2.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/contracts/wallet/versions/v3.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/contracts/wallet/versions/v4.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/contracts/wallet/versions/v5.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/exceptions.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/protocols/__init__.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/protocols/client.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/protocols/contract.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/protocols/wallet.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/py.typed +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/tonconnect/__init__.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/types/client.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/types/common.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/types/configs.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/types/contract.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/types/keystructs.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/types/messages.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/types/opcodes.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/types/params.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/types/stack.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/types/tlb/__init__.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/types/tlb/content.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/types/tlb/contract.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/types/tlb/jetton.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/types/tlb/msg.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/types/tlb/nft.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/types/tlb/text.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/types/tlb/wallet.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/utils/__init__.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/utils/converters.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/utils/msg_builders.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/utils/parse_config.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/utils/stack_codec.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/utils/text_cipher.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/utils/validations.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/utils/value_utils.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils/utils/wallet_utils.py +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils.egg-info/SOURCES.txt +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils.egg-info/dependency_links.txt +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils.egg-info/requires.txt +0 -0
- {tonutils-1.0.0a2 → tonutils-1.0.0a3}/tonutils.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tonutils
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.0a3
|
|
4
4
|
Summary: Tonutils is a high-level, object-oriented Python library designed to facilitate seamless interactions with the TON blockchain.
|
|
5
5
|
Home-page: https://github.com/nessshon/tonutils
|
|
6
6
|
Author: nessshon
|
|
@@ -81,7 +81,7 @@ class NFTItemStandard(BaseNFTItem[DStandard, C]):
|
|
|
81
81
|
|
|
82
82
|
class NFTItemEditable(BaseNFTItem[DEditable, C]):
|
|
83
83
|
_data_model = NFTItemEditableData
|
|
84
|
-
VERSION = NFTItemVersion.
|
|
84
|
+
VERSION = NFTItemVersion.NFTItemEditable
|
|
85
85
|
|
|
86
86
|
@property
|
|
87
87
|
def editor_address(self) -> Address:
|
|
@@ -96,7 +96,7 @@ class NFTItemEditable(BaseNFTItem[DEditable, C]):
|
|
|
96
96
|
|
|
97
97
|
class NFTItemSoulbound(BaseNFTItem[DSoulbound, C]):
|
|
98
98
|
_data_model = NFTItemSoulboundData
|
|
99
|
-
VERSION = NFTItemVersion.
|
|
99
|
+
VERSION = NFTItemVersion.NFTItemSoulbound
|
|
100
100
|
|
|
101
101
|
@property
|
|
102
102
|
def authority_address(self) -> t.Optional[Address]:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tonutils
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.0a3
|
|
4
4
|
Summary: Tonutils is a high-level, object-oriented Python library designed to facilitate seamless interactions with the TON blockchain.
|
|
5
5
|
Home-page: https://github.com/nessshon/tonutils
|
|
6
6
|
Author: nessshon
|
|
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
|