Raw Transaction - Off-chain

+2 votes
Is off-chain supported for raw transactions? If yes, what would be the syntax? Thanks!
asked Aug 28, 2019 by Kit

1 Answer

0 votes
 
Best answer
Yes, it's certainly possible. See this section of the API documentation which includes a note about how to send off-chain items:

https://www.multichain.com/developers/json-rpc-api/#metadata

Note that the off-chain data will be added to the local node's storage when you create the raw transaction, i.e. before you sign or sent it.
answered Aug 28, 2019 by MultiChain
selected Aug 28, 2019 by Kit
...