Skip to content

Commit

Permalink
api: fix return type of call_function()
Browse files Browse the repository at this point in the history
  • Loading branch information
ixje committed Nov 14, 2023
1 parent e7806fe commit af7de5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo3/api/wrappers.py
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ def call_function(
self,
name,
args: Optional[noderpc.ContractParameter] = None,
) -> ContractMethodResult[noderpc.ExecutionResult]:
) -> ContractMethodResult[noderpc.ExecutionResultResponse]:
"""
Call a method on the contract.
Expand Down

0 comments on commit af7de5f

Please sign in to comment.