hedera-hcs-sxc-java
hedera-hcs-sxc-java copied to clipboard
UI implement optional "do not encrypt" toggle
Problem If all messages are encrypted, it can be difficult to show message contents in mirror nodes/explorers.
Solution Enable an optional "do not encrypt" toggle switch on credit/settlement creation so that the message is left in plain text.
The message might not be encrypted by the core will consult the config.yaml and will try do do so anyway (unless we do have the encryption flag implemented on the ApplicationMessage envelope)
It would have to be carried into the applicationMessage yes, this would override the default for the app net.
Related issue #371