-
Notifications
You must be signed in to change notification settings - Fork 11
Show detailed message info in Keplr #1982
Copy link
Copy link
Closed
Labels
Description
As a user, when I am confirming a transaction in Keplr, I want to see the details of what I am signing.
RIght now, we see the Msg type, and value: >--xnxahafbs... (some encoded string).
Desired behavior:
the details in "value" should be human-readable, so user knows what they are signing.
Details:
Per Aaron, re: the encoded value...
It will be base64 if the proto message types aren't registered with the json encoder
So, presumably, we just need to make sure the proto message types are registered correctly in regen-js.
Reactions are currently unavailable