As a guy who fills in blob
fields, I want the GUI to offer a button so that I can specify a Candid value there and it gets automatically encoded
#372
Labels
enhancement
New feature or request
Is your feature request related to a problem? Please describe.
I'm always frustrated when I have to use a different tool to candid-encode complex values (e.g. into a
vec { ... }
), and paste them into ablob
form byte-by-byte.Describe the solution you'd like
Instead I'd like to see a GUI drop-down button so that
vec nat8
interfaceblob
.blob
as hex-encoded textblob
directly from a file.Dually
blob
outputs could have a decode buttonDescribe alternatives you've considered
Candid encoding a
blob
manually is hard and error-prone.The text was updated successfully, but these errors were encountered: