Raw transaction API calls

+1 vote
Do you have any documentation on the new commands: signrawtransaction, sendrawtransaction. Why is the word ‘raw’ being used here?
asked Aug 17, 2015 by anonymous

1 Answer

0 votes
These names are taken from the Bitcoin Core API. You can read the documentation about them for Bitcoin Core here:

https://en.bitcoin.it/wiki/Raw_Transactions

And then note the differences as explained in the MultiChain docs:

http://www.multichain.com/developers/json-rpc-api/

Over time of course the MultiChain docs will become less dependent on the bitcoin ones.
answered Aug 17, 2015 by MultiChain
...