I'm developing python project using greenaddress API. I use pycoin package.
I almost completed, but I can't resolve notification problem.
Using greenaddress API, the notification received is as follow.
{'wallet_id': '139183', 'txhash': '0fd5cdf75d8a9979b454b36ba8dc36917dfc5b3726622f5291a24f0dcd4ab27f', 'subaccounts': [37], 'value': '-207'}
I want to get raw tx from this information, but I can't.
Can I get raw tx from this information by using pycoin and greenaddress API?
Pls, help me.