Hi,
In Multichain 2.0, when you use the binary cache, you can directly append large binary files and then publish them off-chain from the cache.
However, when you want to retrieve them back, you get a huge HEX string which simply cannot be handled in memory, so how do you convert back to the original binary file?
Thanks!