You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 20, 2019. It is now read-only.
This behaviour is also in other Object methods. Like "hashCode()" and "equals(...)".
The problem is that the method "SmartContract.callConstFunction(...)" tries to map the method name "toString" to a method in the Smart Contract Interface. Which does not exists.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If you call the "toString()" method of your proxy this will produce an NPE.
This behaviour is also in other Object methods. Like "hashCode()" and "equals(...)".
The problem is that the method "SmartContract.callConstFunction(...)" tries to map the method name "toString" to a method in the Smart Contract Interface. Which does not exists.
The text was updated successfully, but these errors were encountered: