You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, only two parties are able to see the contents of a transaction. There may be scenarios whereby a third, trusted party needs to be able to decrypt (but not spend) a transaction. This is the feature being suggested here.
The sender should be able to decide when this trusted third party can view a transaction.
Develop the regulated-transfer.mjs in node.
Add regulated-transfer route in the api
A new circuit regulated-transfer.circom
Update the optimist and client nodes to be able to decrypt these transaction types.
Update the on-chain solidity struct to handle dynamic compressedSecrets this will be where we will store additional encryption information
The text was updated successfully, but these errors were encountered:
Currently, only two parties are able to see the contents of a transaction. There may be scenarios whereby a third, trusted party needs to be able to decrypt (but not spend) a transaction. This is the feature being suggested here.
The sender should be able to decide when this trusted third party can view a transaction.
regulated-transfer.mjs
in node.regulated-transfer
route in the apiregulated-transfer.circom
optimist
andclient
nodes to be able to decrypt these transaction types.compressedSecrets
this will be where we will store additional encryption informationThe text was updated successfully, but these errors were encountered: