Using multichain will it be possible to implement something like below

+4 votes

Just a question, will it be possible implement something like below using multichain. Block1.1 and Block1.2 is connected to block-1             

                             Block-1                            

 Block-1.1          Block-1.2

asked Apr 23, 2018 by mer

1 Answer

+1 vote
This can happen in the event of a temporary fork in the chain (where different nodes in the network have a different opinion about the most recent block). But it's not something you can generate on purpose.

Can you please explain why you would want to do this? Perhaps we can point to a different way of achieving the same outcome.
answered Apr 24, 2018 by MultiChain
We are working on a feature that tracks the chain of custody between one user to one, or multiple, down line users as the connections branch through multiple generations.
So you can just transfer assets from one user to another to represent these connections – there is no need to have blocks branching in this way.
...