Skip to content

Commit

Permalink
Merge pull request #122 from multiversx/queries-controller-arguments
Browse files Browse the repository at this point in the history
Fix type annotation for SmartContractQueriesController.query()
  • Loading branch information
andreibancioiu authored Oct 28, 2024
2 parents a9593de + 44bb062 commit 72cd52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multiversx_sdk/core/smart_contract_queries_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def query(
self,
contract: str,
function: str,
arguments: List[bytes],
arguments: List[Any],
caller: Optional[str] = None,
value: Optional[int] = None
):
Expand Down

0 comments on commit 72cd52c

Please sign in to comment.