hyperledger-labs/private-transaction-families

Develop the ability to read transactions unencrypted only for initiator

duncanjw opened this issue · 1 comments

Develop the ability to read transactions unencrypted only for initiator

commit 4570eb0 contains this code.
note also new example of read transaction script - Debug/client_reader/read_request_txn.py

The implementation is to allow only the admin to read the encrypted transaction payload, not the initiator of the transaction. This is because there is no way to detect only from the transaction payload who initiated it.