Well, it turned out that tronpy doesn't interact with JSON directly, onlly transforms transaction objects into/from a serializable form; you still need to call json.dumps/json.loads to actually serialize/deserialize them.
Well, it turned out that tronpy doesn't interact with JSON directly, onlly transforms transaction objects into/from a serializable form; you still need to call json.dumps/json.loads to actually serialize/deserialize them.
No replies yet.