Why MongoDB saves Hash value in different format?
I am learning IPFS and trying to save IPFS file info in MongoDB. After uploading, I get one hash value ex: {fileHash: CID(QmbCaWPi9tSqcnykvBUMaH2M1d5PiVPLEfPwhJksSSeMak)} And in MongoDB, I see something like this: "fileHash": { "code": 112, "version": 0, "multihash": { "code":…