abstract-solana 0.0.2.103__py3-none-any.whl → 0.0.2.105__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.
Potentially problematic release.
This version of abstract-solana might be problematic. Click here for more details.
- abstract_solana/utils/pubKeyUtils.py +9 -0
- {abstract_solana-0.0.2.103.dist-info → abstract_solana-0.0.2.105.dist-info}/METADATA +1 -1
- {abstract_solana-0.0.2.103.dist-info → abstract_solana-0.0.2.105.dist-info}/RECORD +5 -5
- {abstract_solana-0.0.2.103.dist-info → abstract_solana-0.0.2.105.dist-info}/WHEEL +0 -0
- {abstract_solana-0.0.2.103.dist-info → abstract_solana-0.0.2.105.dist-info}/top_level.txt +0 -0
|
@@ -45,6 +45,15 @@ def get_pubkey(obj):
|
|
|
45
45
|
return pubkey
|
|
46
46
|
return obj
|
|
47
47
|
|
|
48
|
+
def get_pubkey_bytes(obj):
|
|
49
|
+
pubkey = get_pubkey(obj)
|
|
50
|
+
try:
|
|
51
|
+
pubKeyBytes = bytes(pubkey)
|
|
52
|
+
return pubKeyBytes
|
|
53
|
+
except:
|
|
54
|
+
return obj
|
|
55
|
+
|
|
56
|
+
|
|
48
57
|
def get_sigkey(obj):
|
|
49
58
|
if is_sigkey(obj):
|
|
50
59
|
return obj
|
|
@@ -24,8 +24,8 @@ abstract_solana/pump_functions/token_utils.py,sha256=O-Fgj3L1NhND-k4INa3WvLAEXg2
|
|
|
24
24
|
abstract_solana/utils/__init__.py,sha256=9wyZpK5Gv3xMhmhHWA9OarvH3VqLXLO6mx4RNU6bgSo,89
|
|
25
25
|
abstract_solana/utils/bondingCurves.py,sha256=9fImhPkuOLZPmi8r1eFnoI12yQOWx8MVQG1IRHDt_Lk,1634
|
|
26
26
|
abstract_solana/utils/genesis_functions.py,sha256=-O44ZHYb6zrhvqhPpN1cZzdUpvON2q4sPblS4Ezo-ag,2223
|
|
27
|
-
abstract_solana/utils/pubKeyUtils.py,sha256=
|
|
28
|
-
abstract_solana-0.0.2.
|
|
29
|
-
abstract_solana-0.0.2.
|
|
30
|
-
abstract_solana-0.0.2.
|
|
31
|
-
abstract_solana-0.0.2.
|
|
27
|
+
abstract_solana/utils/pubKeyUtils.py,sha256=U65LTPgf-2u31FmEdpp-le4DWCsgBUrfH7c5wb-EtK8,1821
|
|
28
|
+
abstract_solana-0.0.2.105.dist-info/METADATA,sha256=OjigYierJGNTalharV55FaaBjckfBIHyiLZXIKjywfQ,1162
|
|
29
|
+
abstract_solana-0.0.2.105.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
30
|
+
abstract_solana-0.0.2.105.dist-info/top_level.txt,sha256=SsJYent8eZQ0FU2jmP8wTj7aFZFhNwxxP-5cCTQ2B-o,16
|
|
31
|
+
abstract_solana-0.0.2.105.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|