How to get back data which is present in hexstring back to JSON, the way it was appended using appendrawmetadata

+1 vote
There is a `data` key in the transaction object and its value is a hexstring - 53504b6300010668656c6c6f006f726967696e000468657265. How do you get back the data that I appended in JSON format?
asked Jun 13, 2016 by anonymous

1 Answer

0 votes

If you use the most recent version of MultiChain, the decoderawtransation or getrawtransaction (verbose=1) API calls should give you the data in structured format as well.

answered Jun 13, 2016 by MultiChain
decoderawtransaction returns me json, except data
...