If a chaincode A stores a variable V to the World State can this variable V be accessed by another chaincode B?
In other words, are variables in the World State access protected?
If it is not possible, how can I make chaincode B read the variables from chaincode A (I need it for my use case)?