shadowPaySDK 0.2.0.19__py3-none-any.whl → 0.2.0.21__py3-none-any.whl
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.
- {shadowpaysdk-0.2.0.19.dist-info → shadowpaysdk-0.2.0.21.dist-info}/METADATA +14 -2
- {shadowpaysdk-0.2.0.19.dist-info → shadowpaysdk-0.2.0.21.dist-info}/RECORD +5 -5
- {shadowpaysdk-0.2.0.19.dist-info → shadowpaysdk-0.2.0.21.dist-info}/WHEEL +0 -0
- {shadowpaysdk-0.2.0.19.dist-info → shadowpaysdk-0.2.0.21.dist-info}/licenses/LICENSE +0 -0
- {shadowpaysdk-0.2.0.19.dist-info → shadowpaysdk-0.2.0.21.dist-info}/top_level.txt +0 -0
@@ -1,8 +1,8 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: shadowPaySDK
|
3
|
-
Version: 0.2.0.
|
3
|
+
Version: 0.2.0.21
|
4
4
|
Summary: ShadowPay SDK for ERC20/ERC721 and P2P smart contract interaction
|
5
|
-
Author: dazarius_
|
5
|
+
Author: dazay(aka dazarius_)
|
6
6
|
Author-email: your@email.com
|
7
7
|
License: MIT
|
8
8
|
Classifier: Programming Language :: Python :: 3
|
@@ -33,6 +33,18 @@ Dynamic: summary
|
|
33
33
|
```bash
|
34
34
|
pip3 install shadowPaySDK
|
35
35
|
```
|
36
|
+
```example to use cheque
|
37
|
+
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
|
42
|
+
import shadowPaySDK
|
43
|
+
|
44
|
+
|
45
|
+
EVMcheque = shadowPaySDK.Cheque(
|
46
|
+
retunrn_build_tx=True
|
47
|
+
)
|
36
48
|
|
37
49
|
|
38
50
|
|
@@ -10,8 +10,8 @@ shadowPaySDK/types/SOLcheque.py,sha256=S6LnKxiWDj1KGRgFFAaHy03c7mxv4msaR-2cfVIhD
|
|
10
10
|
shadowPaySDK/types/__init__.py,sha256=sG6pNZfKGvENXqsnv6MrQtKrJ898fAXkMvAZY1k1-Qg,97
|
11
11
|
shadowPaySDK/utils/__init__.py,sha256=aja3iYO4rT-ptMM-pzw0GRFTziBdXdcEi-4kE84zH64,61
|
12
12
|
shadowPaySDK/utils/utils.py,sha256=g4bGvLDdjhNGsAj1eaZnNWFNaiN-cVhhM-5PrnG5aIQ,720
|
13
|
-
shadowpaysdk-0.2.0.
|
14
|
-
shadowpaysdk-0.2.0.
|
15
|
-
shadowpaysdk-0.2.0.
|
16
|
-
shadowpaysdk-0.2.0.
|
17
|
-
shadowpaysdk-0.2.0.
|
13
|
+
shadowpaysdk-0.2.0.21.dist-info/licenses/LICENSE,sha256=EG13vNmyBfkG3oKj40oOYfUGLKko8OouU6PfO6MlAk4,1066
|
14
|
+
shadowpaysdk-0.2.0.21.dist-info/METADATA,sha256=Seb9lnANO6-Oa_xpZPTbyVfu1GNtNF-4-cYhTIBvvqg,964
|
15
|
+
shadowpaysdk-0.2.0.21.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
16
|
+
shadowpaysdk-0.2.0.21.dist-info/top_level.txt,sha256=RSJc73GEf31NMdZp9KovEduzfhm10eQ2t5GTZ44aN1U,13
|
17
|
+
shadowpaysdk-0.2.0.21.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|