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
w3.eth.getTransaction() returns an AttributeDict, which I want to send as a string, say over HTTP. I couldn't find a convenient way to make this conversion.
How can it be fixed?
A new method that converts an AttributeDict to a json string: