Posted on c/ElrondDevelopers 1 SrY7881514751c/ElrondDevelopers 2 years ago I mean, I receive bytes[] from all json (not only data), and decode to utf8 getting that json. And is that json who has the field of "data" in base64, so, could I transform that data (in base64) to struct (whatever it is) with that? Comment 1 Comments mwf81318617 2years ago Yes you would decode the base64 so you get a byte array and then you will have to correctly interprete those bytes and build the struct you want ????
Yes you would decode the base64 so you get a byte array and then you will have to correctly interprete those bytes and build the struct you want ????