Change sender and receiver type #428
Annotations
3 errors and 1 warning
pyright:
multiversx_sdk/network_providers/transaction_awaiter_test.py#L49
Argument of type "str" cannot be assigned to parameter "sender" of type "Address" in function "__init__"
"str" is not assignable to "Address" (reportArgumentType)
|
pyright:
multiversx_sdk/network_providers/transaction_awaiter_test.py#L50
Argument of type "str" cannot be assigned to parameter "receiver" of type "Address" in function "__init__"
"str" is not assignable to "Address" (reportArgumentType)
|
pyright
2 errors
|
pyright
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, jakebailey/pyright-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|