I have two questions regarding data store in multichain..
When i publish data on streams using publishfrom mystream address key value..i get a transaction id.
1) Is the transaction data i.e (transaction object which is stored in block) stored in "mystream" along with the key value pair ? or only the value is stored in "mystream" which is mapped to key and the transaction object is stored in some other global blockchain storage?