If you have the .proto contract you can use this guide
Otherwise your best bet is to use data.RAWSOURCE
, convert it to hex and parse between the octets, then convert it back to a UTF8 string.
If you have the .proto contract you can use this guide
Otherwise your best bet is to use data.RAWSOURCE
, convert it to hex and parse between the octets, then convert it back to a UTF8 string.