How to decrypt the transaction payload when confid

2020-04-16 17:04发布

The transactions/<transaction_id> API returns a single transaction. But when confidentiality is turned on, the transaction payload is encrypted

How can I decrypt this transaction payload when confidentiality is turned on?

1条回答
迷人小祖宗
2楼-- · 2020-04-16 17:45

You will only be able to do so if you have the key pair of who sent the transaction (that's why it is confidential).

If you are the user that sent the transaction then you can retrieve the ECert and TCert using this. With the certificate you can decrypt the transaction's payload.

查看更多
登录 后发表回答