<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>MultiChain Developer Q&amp;A - Recent questions tagged sendwithmetadata</title>
<link>https://www.multichain.com/qa/tag/sendwithmetadata</link>
<description>Powered by Question2Answer</description>
<item>
<title>Help with sendwithmetadata in Savoir</title>
<link>https://www.multichain.com/qa/7584/help-with-sendwithmetadata-in-savoir</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;I'm having a problem with the sendwithmetadata command executing from python (Savoir library). I am, however, able to successfully execute the command on the same node server using multi chain-cli. It seems the problem in python is with&amp;nbsp;my json object.....but the solution continues to escape me. Could someone please provide some details on what I am doing wrong? Help would be much appreciated!!&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Python code:&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;api = Savoir(rpcuser, rpcpasswd, rpchost, rpcport, chainname)&lt;br&gt;api.sendwithmetadata('wallet_address_here', json.dumps({'coin':75.0}), 'badcoffeebadcode')&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Result:&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Error! Status code: 500&lt;br&gt;Text: {&quot;result&quot;:null,&quot;error&quot;:{&quot;code&quot;:-1,&quot;message&quot;:&quot;value is type str, expected real&quot;},&quot;id&quot;:1}&lt;/p&gt;&lt;p&gt;Json: {'result': None, 'error': {'code': -1, 'message': 'value is type str, expected real'}, 'id': 1}&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
<guid isPermaLink="true">https://www.multichain.com/qa/7584/help-with-sendwithmetadata-in-savoir</guid>
<pubDate>Sun, 19 Nov 2017 04:57:42 +0000</pubDate>
</item>
<item>
<title>What is the purpose behind the 'Key' parameter in {&quot;for&quot;:stream,&quot;key&quot;:&quot;...&quot;,&quot;data&quot;:&quot;...&quot;} ?</title>
<link>https://www.multichain.com/qa/4165/what-the-purpose-behind-the-key-parameter-for-stream-key-data</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;As per title question, I've been trying to find more specifics, but in the tutorials they didn't explain this particular's purpose. Does 'Key&quot; in metadata field mean a mandatory public key from a sender to a receiver when using 'Grant...', 'Complete...' and 'Send...' with metadata added?&lt;/p&gt;&lt;p&gt;I'm assuming I probably haven't look deep enough here, but examples I found simply uses it with an example (such as key:&quot;key1&quot;)&amp;nbsp;and doesn't explain to what means I can use it for.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;One example:&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color:rgb(199, 37, 78); font-family:menlo,monaco,consolas,courier new,monospace; font-size:12.6px&quot;&gt;appendrawdata [paste-hex-blob] '{&quot;for&quot;:&quot;stream5&quot;,&quot;key&quot;:&quot;key1&quot;,&quot;data&quot;:&quot;4f6e65206974656d&quot;}'&lt;/span&gt;&lt;/p&gt;&lt;p&gt;So where does this &quot;key1&quot; come from and what does it do?&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Related API explanation:&lt;/strong&gt;&lt;/p&gt;&lt;table border=&quot;1&quot; cellspacing=&quot;1&quot; cellpadding=&quot;1&quot; style=&quot;width:500px&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;sendwithdata&lt;span style=&quot;font-family:helvetica neue,helvetica,arial,sans-serif; font-size:14px&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;br&gt;or&amp;nbsp;sendwithmetadata&lt;/td&gt;&lt;td&gt;&lt;span style=&quot;color:rgb(199, 37, 78); font-family:menlo,monaco,consolas,courier new,monospace; font-size:12.6px&quot;&gt;address amount data-hex|object&lt;/span&gt;&lt;/td&gt;&lt;td&gt;&lt;span style=&quot;font-family:helvetica neue,helvetica,arial,sans-serif; font-size:14px&quot;&gt;This works like&amp;nbsp;&lt;/span&gt;send&lt;span style=&quot;font-family:helvetica neue,helvetica,arial,sans-serif; font-size:14px&quot;&gt;, but with an additional data-only transaction output. To include raw data, pass a&amp;nbsp;&lt;/span&gt;data-hex&lt;span style=&quot;font-family:helvetica neue,helvetica,arial,sans-serif; font-size:14px&quot;&gt;&amp;nbsp;hexadecimal string. To publish the data to a stream, pass an object&amp;nbsp;&lt;/span&gt;{&quot;for&quot;:stream,&quot;key&quot;:&quot;...&quot;,&quot;data&quot;:&quot;...&quot;}&lt;span style=&quot;font-family:helvetica neue,helvetica,arial,sans-serif; font-size:14px&quot;&gt;&amp;nbsp;where&amp;nbsp;&lt;/span&gt;stream&lt;span style=&quot;font-family:helvetica neue,helvetica,arial,sans-serif; font-size:14px&quot;&gt;&amp;nbsp;is a stream name, ref or creation txid, &lt;span style=&quot;background-color:#FFFF00&quot;&gt;the&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;background-color:#FFFF00&quot;&gt;key&lt;/span&gt;&lt;span style=&quot;font-family:helvetica neue,helvetica,arial,sans-serif; font-size:14px&quot;&gt;&lt;span style=&quot;background-color:#FFFF00&quot;&gt;&amp;nbsp;is in text form&lt;/span&gt;, and the&amp;nbsp;&lt;/span&gt;data&lt;span style=&quot;font-family:helvetica neue,helvetica,arial,sans-serif; font-size:14px&quot;&gt;&amp;nbsp;is hexadecimal.&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;I understand that the plain text form of the 'key' is inputted but is this 'key' used&amp;nbsp;to do something in particular?&lt;/p&gt;&lt;p&gt;Thank you and your time is appreciated :)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
<guid isPermaLink="true">https://www.multichain.com/qa/4165/what-the-purpose-behind-the-key-parameter-for-stream-key-data</guid>
<pubDate>Wed, 01 Mar 2017 08:19:58 +0000</pubDate>
</item>
<item>
<title>Is it possible to send an image and text and video in one datastream transaction?</title>
<link>https://www.multichain.com/qa/3832/possible-send-image-text-and-video-datastream-transaction</link>
<description>Hi,&lt;br /&gt;
&lt;br /&gt;
I have a datastream transaction that I would like to add to my blockchain. It consists of an image, audio, and video file all of which describe a certain data set. Is it possible to list all in one transaction instead of adding 3 separate transactions for it? Thanks.</description>
<guid isPermaLink="true">https://www.multichain.com/qa/3832/possible-send-image-text-and-video-datastream-transaction</guid>
<pubDate>Tue, 31 Jan 2017 05:34:41 +0000</pubDate>
</item>
<item>
<title>Missing blocktime in listaddresstransactions</title>
<link>https://www.multichain.com/qa/3708/missing-blocktime-in-listaddresstransactions</link>
<description>Hi MultiChain Team,&lt;br /&gt;
&lt;br /&gt;
I was trying MultiChain for the &amp;quot;sendwithmetadata&amp;quot; command. After sending the transactions, I then used &amp;quot;listaddresstransactions&amp;quot; to retrieve the transactions. For most of the transactions, I could get the &amp;quot;blocktime&amp;quot; field and parse the time. However, sometimes (usually the last transaction) the &amp;quot;blocktime&amp;quot; field was missing (but the &amp;quot;time&amp;quot; and &amp;quot;timereceived&amp;quot; fields were present). Could you kindly provide suggestions about how to make sure the &amp;quot;blocktime&amp;quot; field appears everytime?&lt;br /&gt;
&lt;br /&gt;
Thank you very much!</description>
<guid isPermaLink="true">https://www.multichain.com/qa/3708/missing-blocktime-in-listaddresstransactions</guid>
<pubDate>Wed, 18 Jan 2017 20:04:56 +0000</pubDate>
</item>
<item>
<title>Try to use sendwithmetadatafrom and asset instead of native currency Error: value too small</title>
<link>https://www.multichain.com/qa/3499/sendwithmetadatafrom-instead-native-currency-error-value</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I am trying to send an asset and metadata in a transaction but with the following command I get the&amp;nbsp;error message: &lt;strong&gt;Transaction output value too small&lt;/strong&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;sendwithmetadatafrom &quot;1ES1z2bh7pjwUJiW2sMoXDhTYke6jetfZC&quot; &quot;1BFVrkc7paB2fXHAPawyzBfuVX4RFQY6XH&quot; '{&quot;12842-301-47350&quot;:10}' 48656C6C6F20576F726C64210A&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;when I use the same command but this time sending the native currency it works:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;sendwithmetadatafrom &quot;&lt;em&gt;1E&lt;/em&gt;&lt;em&gt;S1z2bh7pjwUJiW2sMoXDhTYke6jetfZC&lt;/em&gt;&quot; &quot;&lt;em&gt;1B&lt;/em&gt;&lt;em&gt;FVrkc7paB2fXHAPawyzBfuVX4RFQY6XH&lt;/em&gt;&quot; 1 48656C6C6F20576F726C64210A&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;How can I send an asset with meta data?&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;</description>
<guid isPermaLink="true">https://www.multichain.com/qa/3499/sendwithmetadatafrom-instead-native-currency-error-value</guid>
<pubDate>Tue, 03 Jan 2017 21:19:45 +0000</pubDate>
</item>
<item>
<title>Difference between stream publication and regular sendwithmetadata.</title>
<link>https://www.multichain.com/qa/3040/difference-between-publication-regular-sendwithmetadata</link>
<description>&lt;p&gt;Hi,&lt;br&gt;&lt;br&gt;I would like to know if there's a way to differentiate stream publications from regular &lt;em&gt;sendwithmetadata&lt;/em&gt; transactions ? I used to think that transactions with an empty 'addresses' field using &lt;em&gt;listaddresstransaction &lt;/em&gt;could only be stream publications but it turns out transactions you send to yourself don't show the wallet address again in 'addresses' and that field is empty as well.&lt;br&gt;&lt;br&gt;I tried examining other fields such as 'vout' or 'blockindex' but it hasn't proven very conclusive.&lt;br&gt;&lt;br&gt;Any clue ?&lt;br&gt;&lt;br&gt;Thank you for your help !&lt;/p&gt;</description>
<guid isPermaLink="true">https://www.multichain.com/qa/3040/difference-between-publication-regular-sendwithmetadata</guid>
<pubDate>Mon, 31 Oct 2016 12:18:03 +0000</pubDate>
</item>
<item>
<title>Is it possible to send a metadata larger than 4096B ?</title>
<link>https://www.multichain.com/qa/2656/is-it-possible-to-send-a-metadata-larger-than-4096b</link>
<description>&lt;p&gt;Hi,&lt;br&gt;&lt;br&gt;I've been trying to send larger metadata&amp;nbsp;on my blockchain, but it keeps being cut at 4096B.&lt;br&gt;&lt;br&gt;To send larger hex strings, I followed the &lt;em&gt;Creating data streams &lt;/em&gt;tutorial and&amp;nbsp;I changed the &lt;em&gt;params.dat&lt;/em&gt; file right after creating the blockchain and &lt;span style=&quot;text-decoration: underline;&quot;&gt;before launching it with &lt;/span&gt;&lt;em&gt;&lt;span style=&quot;text-decoration: underline;&quot;&gt;-daemon&lt;/span&gt;.&amp;nbsp;&lt;/em&gt;I edited the following fields to maximum :&amp;nbsp;&lt;br&gt;&lt;em&gt;max-std-op-return-size =8388608&lt;br&gt;maximum-block-size=1000000000&lt;br&gt;max-std-tx-size=10000000&lt;br&gt;max-std-element-size=32768&lt;br&gt;max-std-op-drops-count=100&lt;/em&gt;&lt;/p&gt;&lt;p&gt;I also enabled the following fields by marking them &lt;em&gt;true &lt;/em&gt;:&lt;br&gt;&lt;em&gt;anyone-can-connect ; anyone-can-send ; anyone-can-receive ; anyone-can-issue ; anyone-can-mine ; anyone-can-activate ; anyone-can-admin&lt;/em&gt;&lt;/p&gt;&lt;p&gt;I can tell that my modifications have been taken into account since the &lt;em&gt;params.dat &lt;/em&gt;file is updated&amp;nbsp;on both my nodes after I launch them and I no longer need to grant send, receive, etc. to my addresses.&lt;br&gt;&lt;br&gt;Any clue as to why my metadata always gets cut at 4096 ?&lt;br&gt;&lt;br&gt;Thanks&lt;/p&gt;</description>
<guid isPermaLink="true">https://www.multichain.com/qa/2656/is-it-possible-to-send-a-metadata-larger-than-4096b</guid>
<pubDate>Tue, 13 Sep 2016 16:56:54 +0000</pubDate>
</item>
<item>
<title>Sendwithmetadata</title>
<link>https://www.multichain.com/qa/2573/sendwithmetadata</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;I'd like to store some meta-data on Multichain and have used the Sendwithmetadata command.:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;sendwithmetadata [the_address]&amp;nbsp;123456789abcde and this works great.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;However when I try same but extend the data I want to save such as:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;sendwithmetadata [the_address]&amp;nbsp;FirstName=Joe Lastname=Bloggs&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;it's rejected due to a parsing error.&lt;/p&gt;&lt;p&gt;Can you please advise how I should store not financial multi part meta-data?&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
<guid isPermaLink="true">https://www.multichain.com/qa/2573/sendwithmetadata</guid>
<pubDate>Thu, 08 Sep 2016 19:21:56 +0000</pubDate>
</item>
<item>
<title>How can I use hexadecimal metadata in any JSON-based API when hex is not supported by JSON?</title>
<link>https://www.multichain.com/qa/2437/hexadecimal-metadata-any-json-based-when-not-supported-json</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;While I am&amp;nbsp;specifically trying to use&amp;nbsp;Savoir, the Python API, this is a general question for the JSON-based request APIs. How do I pass the metadata argument to the function call? A sample call would look like:&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:tahoma,geneva,sans-serif&quot;&gt;api.sendwithmetadata(&lt;span style=&quot;color:#008080&quot;&gt;'16T5dDM5TQRP1SQ2o86iWD1K6gCr8PV1231232'&lt;/span&gt;&lt;span style=&quot;color:#cc7832&quot;&gt;,&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color:#cc7832&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color:#008080&quot;&gt;'{&quot;asset1&quot;:1}'&lt;/span&gt;&lt;span style=&quot;color:#cc7832&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color:#cc7832&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color:#008080&quot;&gt;'48692066726f6d204d756c7469436861696e21'&lt;/span&gt;)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:tahoma,geneva,sans-serif&quot;&gt;But when I&amp;nbsp;convert the hex argument to a decimal in order to make it JSON serializable, I get a parse error. If I leave it as is, I get an error saying expected real, got str. I've looked into encoding and decoding, but that has not solved the issue. What would be the appropriate way to make this API call, ideally in Python?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:tahoma,geneva,sans-serif&quot;&gt;Thank you in advance.&lt;/span&gt;&lt;/p&gt;</description>
<guid isPermaLink="true">https://www.multichain.com/qa/2437/hexadecimal-metadata-any-json-based-when-not-supported-json</guid>
<pubDate>Tue, 16 Aug 2016 06:57:28 +0000</pubDate>
</item>
<item>
<title>sendwithmetadata error Insufficient funds - different outputs with same method</title>
<link>https://www.multichain.com/qa/2388/sendwithmetadata-insufficient-different-outputs-method</link>
<description>&lt;p&gt;I want to use Data Stream as a append-only log,&amp;nbsp;when testing the method sendwithmetadata&amp;nbsp;following&amp;nbsp;the guide of the doc the website provided. At first, things works well, but after executions of sendwithmetadata many time, suddenly I found an error occurs:&amp;nbsp;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;testchain: sendwithmetadata 1AxyjHveM5qHAabj494HHEgVny3iX3KyUfKjUh 0 123454321&lt;br&gt;{&quot;method&quot;:&quot;sendwithmetadata&quot;,&quot;params&quot;:[&quot;1AxyjHveM5qHAabj494HHEgVny3iX3KyUfKjUh&quot;,0,&quot;123454321&quot;],&quot;id&quot;:1,&quot;chain_name&quot;:&quot;testchain&quot;}&lt;/p&gt;&lt;p&gt;error code: -4&lt;br&gt;error message:&lt;br&gt;Insufficient funds, but there are coins belonging to addresses without send permission or P2SH addresses.&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;Using the multichain-explorer,I found&amp;nbsp;a &amp;nbsp;sendwithmetadata method&amp;nbsp;normally creates a transaction(I name this kind tx as sendwithmetadata transaction)&amp;nbsp;with three outputs:&lt;/p&gt;&lt;p&gt;When&amp;nbsp;executing&amp;nbsp;a new&amp;nbsp;sendwithmetadata method, the third output of &amp;nbsp;former&amp;nbsp;sendwithmetadata transaction will be redeemed, and the new&amp;nbsp;sendwithmetadata transaction &amp;nbsp;also has three output.&lt;/p&gt;&lt;p&gt;But, when the error occurs, I found the&amp;nbsp;sendwithmetadata transaction only have two outputs, so next time when I execute&amp;nbsp;sendwithmetadata method, I have no &quot;unspend&quot; output to redeem, which make the error happen.I recreate a new chain and test&amp;nbsp;sendwithmetadata many times, untill now there is no such error.&amp;nbsp;I'm confused now.&lt;/p&gt;&lt;p&gt;so my question is &amp;nbsp;why there are different transaction outputs for the same method&amp;nbsp;&lt;em&gt;sendwithmetadata&lt;/em&gt;, and is there some&amp;nbsp;&amp;nbsp;trick I don't&amp;nbsp;know when execute&amp;nbsp;&lt;em&gt;sendwithmetadata,&lt;/em&gt; or this is just a bug?&lt;/p&gt;</description>
<guid isPermaLink="true">https://www.multichain.com/qa/2388/sendwithmetadata-insufficient-different-outputs-method</guid>
<pubDate>Tue, 09 Aug 2016 06:33:09 +0000</pubDate>
</item>
<item>
<title>Unsufficient funds</title>
<link>https://www.multichain.com/qa/2385/unsufficient-funds</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I want use MultiChain as a private database, &lt;strong&gt;without&lt;/strong&gt; the asset/currency aspect. I would like to store &quot;Hello World&quot; as hex to myself for now, with the amount of 0.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;icsv-chain: sendwithmetadatafrom 1AD9yHodgUQJ85uNwTd9Ucmq4T5NXa7Le6fci2 1AD9yHodgUQJ85uNwTd9Ucmq4T5NXa7Le6fci2 0 48656c6c6f20576f726c64&lt;br&gt;{&quot;method&quot;:&quot;sendwithmetadatafrom&quot;,&quot;params&quot;:[&quot;1AD9yHodgUQJ85uNwTd9Ucmq4T5NXa7Le6fci2&quot;,&quot;1AD9yHodgUQJ85uNwTd9Ucmq4T5NXa7Le6fci2&quot;,0,&quot;48656c6c6f20576f726c64&quot;],&quot;id&quot;:1,&quot;chain_name&quot;:&quot;icsv-chain&quot;}&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;error code: -4&lt;br&gt;error message:&lt;br&gt;Insufficient funds&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Any advice?&lt;/p&gt;</description>
<guid isPermaLink="true">https://www.multichain.com/qa/2385/unsufficient-funds</guid>
<pubDate>Mon, 08 Aug 2016 18:58:45 +0000</pubDate>
</item>
<item>
<title>How do I automatically reject transactions with specific metadata?</title>
<link>https://www.multichain.com/qa/2126/automatically-reject-transactions-with-specific-metadata</link>
<description>&lt;p&gt;I'm trying to build an application using MultiChain, using it as a append-only archive, as described &lt;a rel=&quot;nofollow&quot; href=&quot;http://www.multichain.com/developers/creating-data-streams/&quot;&gt;here&lt;/a&gt;. How can I prevent nodes from adding entries with certain metadata? How can I make other nodes reject all transactions containing specific metadata? At least majority of the nodes run same code for validation, so rejecting doesn't create consensus problems.&lt;/p&gt;</description>
<guid isPermaLink="true">https://www.multichain.com/qa/2126/automatically-reject-transactions-with-specific-metadata</guid>
<pubDate>Wed, 29 Jun 2016 11:20:48 +0000</pubDate>
</item>
<item>
<title>Restrict duplicate metadata in a chain?</title>
<link>https://www.multichain.com/qa/1699/restrict-duplicate-metadata-in-a-chain</link>
<description>Hi,&lt;br /&gt;
&lt;br /&gt;
I'm trying to store a reference or hash value of a data in the blockchain using metadata functionality of the multichain.&lt;br /&gt;
&lt;br /&gt;
I intend to use sendwithmetadata with 0 asset and add a hashvalue in the metadata field.&lt;br /&gt;
&lt;br /&gt;
I there anyway by which I can restrict duplicate metadata being posted in the chain?</description>
<guid isPermaLink="true">https://www.multichain.com/qa/1699/restrict-duplicate-metadata-in-a-chain</guid>
<pubDate>Mon, 02 May 2016 08:30:07 +0000</pubDate>
</item>
<item>
<title>Size limit on metadata</title>
<link>https://www.multichain.com/qa/1464/size-limit-on-metadata</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;Is there a size limit on the metadata which we can pass to sendwithmetadata command? Saw one blockchain param -&amp;nbsp;&lt;span style=&quot;color:rgb(199, 37, 78); font-family:menlo,monaco,consolas,courier new,monospace; font-size:12.6px&quot;&gt;max-std-op-return-size.&amp;nbsp;&lt;/span&gt;Is this how you control it and what is the max limit for this?&amp;nbsp;&lt;/p&gt;</description>
<guid isPermaLink="true">https://www.multichain.com/qa/1464/size-limit-on-metadata</guid>
<pubDate>Fri, 01 Apr 2016 06:16:11 +0000</pubDate>
</item>
<item>
<title>Command to generate hex meta for sendwithmetadata</title>
<link>https://www.multichain.com/qa/1297/command-to-generate-hex-meta-for-sendwithmetadata</link>
<description>hi,&lt;br /&gt;
&lt;br /&gt;
The sendwithmetadata takes the metadata in the hex form. Which command should be used to convert our data(json) into hex form? And is encryption the only way that this metadata can be protected and decoded only by the two parties/nodes invloved in the transaction?</description>
<guid isPermaLink="true">https://www.multichain.com/qa/1297/command-to-generate-hex-meta-for-sendwithmetadata</guid>
<pubDate>Tue, 22 Mar 2016 05:51:13 +0000</pubDate>
</item>
</channel>
</rss>