Closed k-yang closed 10 months ago
It would be nice to have a simple string parser on the CLI that takes arbitrary JSON through stdin
and looks for objects with the value
and type_url
keys, then tries to decode the protobuf Any using the encodingConfig.Marshaler
. And ideally, the decoding will attempt to use the value as given and attempt to b64 decode the value, considering either of these cases as a success.
A stargate message has the form
so it's very difficult to tell exactly what the message is doing.
Voters of a cw3/cw4 multisig can't make an informed decision without a tool to decode the base64 bytes.