ipfs-shipyard / java-ipfs-http-client

A Java implementation of the HTTP IPFS API
MIT License
536 stars 244 forks source link

Have code used unixfs.proto DataType #224

Closed vyouzhis closed 1 year ago

vyouzhis commented 1 year ago

the MerkleNode.type is int, i not found the code has unixfs.proto DataType

kevodwyer commented 1 year ago

The MerkleNode class is a container object holding the hash, name, size etc. It is what is returned from various API calls.