I have two private blockchains from different users/systems within multichain. Now I will transfer data between the systems. System 1 asks for specific information from System 2 and System 2 will provide the required data. I thought that I could use streams for this scenario. But if the streams stored within the blockchain how I could transfer the data to another blockchain within multichain? My question in another way: How can I transfer data between two chains?