-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.toString() is not implemented #2301
Comments
At the same time, is it best to maintain consistency in the field naming of SDK deserialization results in different languages? |
Yes, it is. Where do you find a mismatch? |
I want work on this issue pls assign it to me. |
You got it! Assigned! |
hey @hendrikebbers @SimiHunjan @AbhiSharmaNIT , i would like to take this forward |
@AbhiSharmaNIT still working on this? |
i noticed you create a transaction and then you freeze it. You need to execute the transaction, get the receipt and then get the |
Closed due to inactivity. Please reopen this if needed. |
Problem
Currently, our toString function on any object does not return a proper string; instead, it returns an object. We should implement an internal function that serializes a JSON object into a string.
The following code will print
[object object]
Solution
toString
function for all classesAlternatives
No response
The text was updated successfully, but these errors were encountered: