what method we need to call from multichain java api to convert json object to hex format string

+2 votes
asked Sep 19, 2018 by anonymous

1 Answer

+1 vote
There is no API in MultiChain to do this explicitly. But if you're using MultiChain 2.0 (alphas) you can post the JSON as-is through the API, and the conversion happens automatically behind the scenes.
answered Sep 19, 2018 by MultiChain
...