How much data can be sent with transactions

+1 vote
How much data and what forms of data can be sent over multichain and what is the best form to send data that is not related to the transaction. like for example can i send an image and how big?
asked Mar 30, 2018 by SlobodanMargetic

1 Answer

0 votes
If you configure the blockchain correctly, up to 64 MB of data can be included per transaction, either as raw data or structured as a stream item.

There is no limit on the form of data or how you structure it. MultiChain 1.0.x supports raw binary data (expressed in hexadecimal in the APIs) which is most suitable for images. MultiChain 2.0 alpha supports data provided as JSON and text as well, and stores it efficiently in either case.
answered Mar 31, 2018 by MultiChain
...