Hi,
I have a question about writing same data into multiple streams.
I know I can write same data into multiple streams in one transaction. Every vout of the transaction contains
the same data. The data is duplicated many times in that transaction.
Is there any way to write the data only once, but still publishing it to multiple streams?
Thanks in advance.