pytonapi 0.3.8__tar.gz → 0.3.9__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.3.8 → pytonapi-0.3.9}/PKG-INFO +2 -2
- {pytonapi-0.3.8 → pytonapi-0.3.9}/README.md +1 -1
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/tonapi/__init__.py +17 -23
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi.egg-info/PKG-INFO +2 -2
- {pytonapi-0.3.8 → pytonapi-0.3.9}/setup.py +1 -1
- {pytonapi-0.3.8 → pytonapi-0.3.9}/tests/tonapi/__init__.py +1 -1
- {pytonapi-0.3.8 → pytonapi-0.3.9}/LICENSE +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/__init__.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/async_tonapi/__init__.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/async_tonapi/client.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/async_tonapi/methods/__init__.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/async_tonapi/methods/accounts.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/async_tonapi/methods/blockchain.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/async_tonapi/methods/dns.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/async_tonapi/methods/emulate.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/async_tonapi/methods/events.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/async_tonapi/methods/gasless.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/async_tonapi/methods/inscriptions.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/async_tonapi/methods/jettons.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/async_tonapi/methods/liteserver.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/async_tonapi/methods/multisig.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/async_tonapi/methods/nft.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/async_tonapi/methods/rates.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/async_tonapi/methods/sse.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/async_tonapi/methods/staking.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/async_tonapi/methods/storage.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/async_tonapi/methods/tonconnect.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/async_tonapi/methods/traces.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/async_tonapi/methods/utilites.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/async_tonapi/methods/wallet.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/async_tonapi/methods/websocket.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/exceptions.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/logger_config.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/py.typed +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/schema/__init__.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/schema/_address.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/schema/_balance.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/schema/accounts.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/schema/blockchain.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/schema/dns.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/schema/domains.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/schema/events.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/schema/gasless.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/schema/inscriptions.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/schema/jettons.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/schema/liteserver.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/schema/multisig.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/schema/nft.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/schema/rates.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/schema/staking.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/schema/storage.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/schema/tonconnect.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/schema/traces.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/schema/utilites.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/tonapi/client.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/tonapi/methods/__init__.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/tonapi/methods/accounts.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/tonapi/methods/blockchain.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/tonapi/methods/dns.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/tonapi/methods/emulate.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/tonapi/methods/events.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/tonapi/methods/gasless.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/tonapi/methods/inscriptions.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/tonapi/methods/jettons.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/tonapi/methods/liteserver.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/tonapi/methods/multisig.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/tonapi/methods/nft.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/tonapi/methods/rates.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/tonapi/methods/sse.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/tonapi/methods/staking.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/tonapi/methods/storage.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/tonapi/methods/tonconnect.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/tonapi/methods/traces.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/tonapi/methods/utilites.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/tonapi/methods/wallet.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi/utils.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi.egg-info/SOURCES.txt +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi.egg-info/dependency_links.txt +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi.egg-info/requires.txt +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/pytonapi.egg-info/top_level.txt +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/setup.cfg +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/tests/async_tonapi/__init__.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/tests/async_tonapi/test_accounts_methods.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/tests/async_tonapi/test_blockchain_methods.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/tests/async_tonapi/test_dns_methods.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/tests/async_tonapi/test_events_methods.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/tests/async_tonapi/test_inscriptions_methods.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/tests/async_tonapi/test_jettons_methods.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/tests/async_tonapi/test_liteserver_methods.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/tests/async_tonapi/test_nft_methods.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/tests/async_tonapi/test_rates_methods.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/tests/async_tonapi/test_sse_methods.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/tests/async_tonapi/test_staking_methods.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/tests/async_tonapi/test_storage_methods.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/tests/async_tonapi/test_tonconnect_methods.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/tests/async_tonapi/test_traces_methods.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/tests/async_tonapi/test_utilities_methods.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/tests/async_tonapi/test_websocket_methods.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/tests/tonapi/test_accounts_methods.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/tests/tonapi/test_blockchain_methods.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/tests/tonapi/test_dns_methods.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/tests/tonapi/test_events_methods.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/tests/tonapi/test_inscriptions_methods.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/tests/tonapi/test_jettons_methods.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/tests/tonapi/test_liteserver_methods.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/tests/tonapi/test_nft_methods.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/tests/tonapi/test_rates_methods.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/tests/tonapi/test_sse_methods.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/tests/tonapi/test_staking_methods.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/tests/tonapi/test_storage_methods.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/tests/tonapi/test_tonconnect_methods.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/tests/tonapi/test_traces_methods.py +0 -0
- {pytonapi-0.3.8 → pytonapi-0.3.9}/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.3.
|
|
3
|
+
Version: 0.3.9
|
|
4
4
|
Summary: Provide access to indexed TON blockchain.
|
|
5
5
|
Home-page: https://github.com/tonkeeper/pytonapi/
|
|
6
6
|
Author: nessshon
|
|
@@ -114,7 +114,7 @@ pip install pytonapi
|
|
|
114
114
|
|
|
115
115
|
**TON** - `EQC-3ilVr-W0Uc3pLrGJElwSaFxvhXXfkiQA3EwdVBHNNess`
|
|
116
116
|
|
|
117
|
-
**USDT** (TRC-20) - `
|
|
117
|
+
**USDT** (TRC-20) - `TGKmm9H3FApFw8xcgRcZDHSku68vozAjo9`
|
|
118
118
|
|
|
119
119
|
## Contribution
|
|
120
120
|
|
|
@@ -43,75 +43,69 @@ class Tonapi(TonapiClientBase):
|
|
|
43
43
|
**kwargs
|
|
44
44
|
)
|
|
45
45
|
|
|
46
|
-
@property
|
|
47
|
-
def __getattributes(self) -> Dict[str, Any]:
|
|
48
|
-
attributes = self.__dict__
|
|
49
|
-
attributes.pop("logger")
|
|
50
|
-
return attributes
|
|
51
|
-
|
|
52
46
|
@property
|
|
53
47
|
def blockchain(self) -> methods.BlockchainMethod:
|
|
54
|
-
return methods.BlockchainMethod(**self.
|
|
48
|
+
return methods.BlockchainMethod(**self.__dict__)
|
|
55
49
|
|
|
56
50
|
@property
|
|
57
51
|
def accounts(self) -> methods.AccountsMethod:
|
|
58
|
-
return methods.AccountsMethod(**self.
|
|
52
|
+
return methods.AccountsMethod(**self.__dict__)
|
|
59
53
|
|
|
60
54
|
@property
|
|
61
55
|
def jettons(self) -> methods.JettonsMethod:
|
|
62
|
-
return methods.JettonsMethod(**self.
|
|
56
|
+
return methods.JettonsMethod(**self.__dict__)
|
|
63
57
|
|
|
64
58
|
@property
|
|
65
59
|
def liteserver(self) -> methods.LiteserverMethod:
|
|
66
|
-
return methods.LiteserverMethod(**self.
|
|
60
|
+
return methods.LiteserverMethod(**self.__dict__)
|
|
67
61
|
|
|
68
62
|
@property
|
|
69
63
|
def multisig(self) -> methods.MultisigMethod:
|
|
70
|
-
return methods.MultisigMethod(**self.
|
|
64
|
+
return methods.MultisigMethod(**self.__dict__)
|
|
71
65
|
|
|
72
66
|
@property
|
|
73
67
|
def dns(self) -> methods.DnsMethod:
|
|
74
|
-
return methods.DnsMethod(**self.
|
|
68
|
+
return methods.DnsMethod(**self.__dict__)
|
|
75
69
|
|
|
76
70
|
@property
|
|
77
71
|
def emulate(self) -> methods.EmulateMethod:
|
|
78
|
-
return methods.EmulateMethod(**self.
|
|
72
|
+
return methods.EmulateMethod(**self.__dict__)
|
|
79
73
|
|
|
80
74
|
@property
|
|
81
75
|
def events(self) -> methods.EventsMethod:
|
|
82
|
-
return methods.EventsMethod(**self.
|
|
76
|
+
return methods.EventsMethod(**self.__dict__)
|
|
83
77
|
|
|
84
78
|
@property
|
|
85
79
|
def inscriptions(self) -> methods.InscriptionsMethod:
|
|
86
|
-
return methods.InscriptionsMethod(**self.
|
|
80
|
+
return methods.InscriptionsMethod(**self.__dict__)
|
|
87
81
|
|
|
88
82
|
@property
|
|
89
83
|
def nft(self) -> methods.NftMethod:
|
|
90
|
-
return methods.NftMethod(**self.
|
|
84
|
+
return methods.NftMethod(**self.__dict__)
|
|
91
85
|
|
|
92
86
|
@property
|
|
93
87
|
def rates(self) -> methods.RatesMethod:
|
|
94
|
-
return methods.RatesMethod(**self.
|
|
88
|
+
return methods.RatesMethod(**self.__dict__)
|
|
95
89
|
|
|
96
90
|
@property
|
|
97
91
|
def sse(self) -> methods.SSEMethod:
|
|
98
|
-
return methods.SSEMethod(**self.
|
|
92
|
+
return methods.SSEMethod(**self.__dict__)
|
|
99
93
|
|
|
100
94
|
@property
|
|
101
95
|
def staking(self) -> methods.StakingMethod:
|
|
102
|
-
return methods.StakingMethod(**self.
|
|
96
|
+
return methods.StakingMethod(**self.__dict__)
|
|
103
97
|
|
|
104
98
|
@property
|
|
105
99
|
def storage(self) -> methods.StorageMethod:
|
|
106
|
-
return methods.StorageMethod(**self.
|
|
100
|
+
return methods.StorageMethod(**self.__dict__)
|
|
107
101
|
|
|
108
102
|
@property
|
|
109
103
|
def tonconnect(self) -> methods.TonconnectMethod:
|
|
110
|
-
return methods.TonconnectMethod(**self.
|
|
104
|
+
return methods.TonconnectMethod(**self.__dict__)
|
|
111
105
|
|
|
112
106
|
@property
|
|
113
107
|
def traces(self) -> methods.TracesMethod:
|
|
114
|
-
return methods.TracesMethod(**self.
|
|
108
|
+
return methods.TracesMethod(**self.__dict__)
|
|
115
109
|
|
|
116
110
|
@property
|
|
117
111
|
def utilities(self) -> methods.UtilitiesMethod:
|
|
@@ -119,4 +113,4 @@ class Tonapi(TonapiClientBase):
|
|
|
119
113
|
|
|
120
114
|
@property
|
|
121
115
|
def wallet(self) -> methods.WalletMethod:
|
|
122
|
-
return methods.WalletMethod(**self.
|
|
116
|
+
return methods.WalletMethod(**self.__dict__)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pytonapi
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.9
|
|
4
4
|
Summary: Provide access to indexed TON blockchain.
|
|
5
5
|
Home-page: https://github.com/tonkeeper/pytonapi/
|
|
6
6
|
Author: nessshon
|
|
@@ -114,7 +114,7 @@ pip install pytonapi
|
|
|
114
114
|
|
|
115
115
|
**TON** - `EQC-3ilVr-W0Uc3pLrGJElwSaFxvhXXfkiQA3EwdVBHNNess`
|
|
116
116
|
|
|
117
|
-
**USDT** (TRC-20) - `
|
|
117
|
+
**USDT** (TRC-20) - `TGKmm9H3FApFw8xcgRcZDHSku68vozAjo9`
|
|
118
118
|
|
|
119
119
|
## Contribution
|
|
120
120
|
|
|
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
|