abstract-solana 0.0.1.0__py3-none-any.whl → 0.0.1.1__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/abstract_rpcs/get_body.py +2 -2
- {abstract_solana-0.0.1.0.dist-info → abstract_solana-0.0.1.1.dist-info}/METADATA +1 -1
- {abstract_solana-0.0.1.0.dist-info → abstract_solana-0.0.1.1.dist-info}/RECORD +5 -5
- {abstract_solana-0.0.1.0.dist-info → abstract_solana-0.0.1.1.dist-info}/WHEEL +0 -0
- {abstract_solana-0.0.1.0.dist-info → abstract_solana-0.0.1.1.dist-info}/top_level.txt +0 -0
|
@@ -173,7 +173,7 @@ class Client(_ClientCore): # pylint: disable=too-many-public-methods
|
|
|
173
173
|
)))
|
|
174
174
|
"""
|
|
175
175
|
body = json.loads(str(self._get_account_info_body(
|
|
176
|
-
pubkey=pubkey,
|
|
176
|
+
pubkey=get_pubkey(pubkey),
|
|
177
177
|
commitment=commitment,
|
|
178
178
|
encoding=encoding,
|
|
179
179
|
data_slice=data_slice,
|
|
@@ -503,7 +503,7 @@ class Client(_ClientCore): # pylint: disable=too-many-public-methods
|
|
|
503
503
|
>>> solana_client.get_inflation_reward().value.amount # doctest: +SKIP
|
|
504
504
|
2500
|
|
505
505
|
"""
|
|
506
|
-
body = json.loads(str(self._get_inflation_reward_body(get_pubkey(pubkeys
|
|
506
|
+
body = json.loads(str(self._get_inflation_reward_body([get_pubkey(pubkey) for pubkey in pubkeys], epoch, commitment)))
|
|
507
507
|
return body
|
|
508
508
|
|
|
509
509
|
def get_largest_accounts(
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
abstract_solana/__init__.py,sha256=uEPtTF-WPCIwpwR8OgAI5prloYQpPbx-YExFgzZvFkQ,59
|
|
2
2
|
abstract_solana/abstract_rpcs/__init__.py,sha256=pMNXY5Ty5b6FW_pCJoAEbXgifnDSwokyQFRA25rcPCU,52
|
|
3
3
|
abstract_solana/abstract_rpcs/db_templates.py,sha256=sjdHfHIq9bO6VuDm3hwzn46NUrXXrGnB0knYNeVU7k8,29839
|
|
4
|
-
abstract_solana/abstract_rpcs/get_body.py,sha256=
|
|
4
|
+
abstract_solana/abstract_rpcs/get_body.py,sha256=pxINyM2v_mdcLEm4LZdWOtn3_CEvYcGw6foyxsWm21E,51257
|
|
5
5
|
abstract_solana/abstract_utils/__init__.py,sha256=HCbBVQ5BIFCVkFqqTMHp1Y__YQAO4HTq_KHVdMCe89U,296
|
|
6
6
|
abstract_solana/abstract_utils/account_key_utils.py,sha256=VMJd4GOTK1vn8UZsfXDnjxDOGoQWGY6fvflJqPZ7Xvs,877
|
|
7
7
|
abstract_solana/abstract_utils/constants.py,sha256=cSmCKzQiNZocX1YkKYrdY-O449aYhi7BT_j-45HZN-E,1418
|
|
@@ -17,7 +17,7 @@ abstract_solana/pump_functions/__init__.py,sha256=BiRxwJd1JWwEft63zqYwZ_Xs6UDp4h
|
|
|
17
17
|
abstract_solana/pump_functions/buy_sell_pump.py,sha256=gjv_1et20s1Li0ygcURofO29VPkO1v-a5G5Bo_sZs_c,7860
|
|
18
18
|
abstract_solana/pump_functions/pump_fun_keys.py,sha256=BeWbV9_wd-c6ydF33drW-gZBDPWolbsMZL4cNhP3eOU,8537
|
|
19
19
|
abstract_solana/pump_functions/token_utils.py,sha256=O-Fgj3L1NhND-k4INa3WvLAEXg2N9u1fVqyLFzn1PwM,2714
|
|
20
|
-
abstract_solana-0.0.1.
|
|
21
|
-
abstract_solana-0.0.1.
|
|
22
|
-
abstract_solana-0.0.1.
|
|
23
|
-
abstract_solana-0.0.1.
|
|
20
|
+
abstract_solana-0.0.1.1.dist-info/METADATA,sha256=28DuP8FUMv-WjvneG2kjnM9Adu6n05lK7mP5mK_YH9o,980
|
|
21
|
+
abstract_solana-0.0.1.1.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
|
22
|
+
abstract_solana-0.0.1.1.dist-info/top_level.txt,sha256=SsJYent8eZQ0FU2jmP8wTj7aFZFhNwxxP-5cCTQ2B-o,16
|
|
23
|
+
abstract_solana-0.0.1.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|