Hello,
I try to get the json for a transaction but I failed with : json.dumps(tx.dictify(), indent=4)
It gives error : TypeError: Object of type bytes is not JSON serializable because some fields are not JSON serializable (like the group id which has type bytes).
Do you now if the Python SDK already offers a simple way to get the JSON representation of a transaction ?