I had following doubts on multichain:
1. As part of my experimentation with multichain, i wanted to create a multichain where each user(one node running multichain) has ownership of one Stream, eg. Stream1 owned by user-1 and Stream-2 owned by user-2.
He should be able to add and delete permission to the other users in the network.
Can i do this at stream level in multichain?
What i understood is that once somebody creates a new chain in multichain, he creates genesis block, he only can handle the permission rights like creating a stream , adding someone to subscribe to the stream, etc.
Does this mean that, if i want such segregation of permission rights, user-1 has to create chain-2, user-2 has to create chain-2, etc.