How to decode raw transaction outside of the node

+2 votes
Guys

We would like to decode raw transactions in our service tier to shift the cost of doing that from the MultiChain Nodes.  We did try this via bitcoin core, but it doesn't understand the format, assets, meta-data etc

Do you have any code snippets or approach for doing this??

 

Cheers

 

Marty
asked Mar 29, 2018 by marty

1 Answer

0 votes
We don't have an official external library that can do this. But you'll find lots of useful code inside the MultiChain Explorer: https://github.com/MultiChain/multichain-explorer

Alternatively you can use the documentation listed under 'Advanced topics' here, which covers all the formats in full (for MultiChain 1.0.x): https://www.multichain.com/developers/
answered Mar 29, 2018 by MultiChain
...