Skip to content

Commit 3dd3238

Browse files
committed
Fix return type
1 parent bc0e928 commit 3dd3238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

async_substrate_interface/async_substrate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2493,7 +2493,7 @@ async def runtime_call(
24932493
method: str,
24942494
params: Optional[Union[list, dict]] = None,
24952495
block_hash: Optional[str] = None,
2496-
) -> ScaleType:
2496+
) -> ScaleObj:
24972497
"""
24982498
Calls a runtime API method
24992499

0 commit comments

Comments
 (0)