Open ixje opened 4 years ago
the same suggestion also applies to notifications. e.g. https://neo3-preview.com/transaction/0x019befa728a371a08fb0f78330b3c697ebc9d8bbf252bd173b17cc2bd6e97e9c
The "HEXSTRING" version is still base64 encoded instead of the "real" hex string. If you toggle the format to "STRING" that does first decode it.
I agree that we probably want to display the values in the expected (decoded) format. I could see scenarios where the notification has a byte[] publicKey for example.
The transaction's page has a raw script section as shown below
The data displayed is not actually "raw", it is still base64 encoded. My suggestion would be to base64 decode it and put the real raw script bytes in there.