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.

@@ -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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: abstract_solana
3
- Version: 0.0.2.103
3
+ Version: 0.0.2.105
4
4
  Home-page: https://github.com/AbstractEndeavors/abstract_solana
5
5
  Author: putkoff
6
6
  Author-email: partners@abstractendeavors.com
@@ -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=sjKK1LXKULX4ZgpvnTMVBYntqtJ6Mxw6yXhLsk57gSw,1656
28
- abstract_solana-0.0.2.103.dist-info/METADATA,sha256=v5_crMXn9XFPj-HMGq3qb7QMoo8X_I57Nb13HQ3yYBg,1162
29
- abstract_solana-0.0.2.103.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
30
- abstract_solana-0.0.2.103.dist-info/top_level.txt,sha256=SsJYent8eZQ0FU2jmP8wTj7aFZFhNwxxP-5cCTQ2B-o,16
31
- abstract_solana-0.0.2.103.dist-info/RECORD,,
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,,