We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39fb38e commit 438f2b3Copy full SHA for 438f2b3
tests/e2e_tests/utils/chain_interactions.py
@@ -150,7 +150,7 @@ def sudo_set_admin_utils(
150
wallet: "Wallet",
151
call_function: str,
152
call_params: dict,
153
-) -> tuple[bool, dict]:
+) -> tuple[bool, Optional[dict]]:
154
"""
155
Wraps the call in sudo to set hyperparameter values using AdminUtils.
156
@@ -161,7 +161,7 @@ def sudo_set_admin_utils(
161
call_params (dict): Parameters for the AdminUtils function.
162
163
Returns:
164
- tuple[bool, dict]: (success status, error details).
+ tuple[bool, Optional[dict]]: (success status, error details).
165
166
inner_call = substrate.compose_call(
167
call_module="AdminUtils",
0 commit comments