I'm trying to parse bytes from local state returned by client.
Basically I want to convert it back to binary data.
You can easily do it with a base 64 decoder to convert back that object to binary file/bytes.
Here's a link on how you can do it
If you found it useful! make sure to give this answer a Upvote :)