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
For some types like the amount where we change the type from int to str it might be required, but to convert classes to dicts it shouldn't be necessary to do that manually.
Motivation
Aligned/cleaner code
Open questions (optional)
What's the best way to do it?
Are you planning to do it yourself in a pull request?
No.
The text was updated successfully, but these errors were encountered:
Description
Currently in the wallet we have MyEncoder
iota-sdk/bindings/python/iota_sdk/wallet/common.py
Line 15 in 4c25849
iota-sdk/bindings/python/iota_sdk/client/client.py
Lines 142 to 153 in 4c25849
iota-sdk/bindings/python/iota_sdk/client/client.py
Lines 246 to 257 in 4c25849
For some types like the amount where we change the type from int to str it might be required, but to convert classes to dicts it shouldn't be necessary to do that manually.
Motivation
Aligned/cleaner code
Open questions (optional)
What's the best way to do it?
Are you planning to do it yourself in a pull request?
No.
The text was updated successfully, but these errors were encountered: