transient is not used for private data
Opened this issue · 0 comments
tomo25 commented
hyperledger fabric requires to use transient in order to hide the input of the transaction when read or writing private data. https://hyperledger-fabric.readthedocs.io/en/release-1.4/private-data/private-data.html?highlight=transient#transaction-flow-with-private-data
In this repository, private data is used but still not using transient yet.