Added command ipfs object get [hash]

This will display the formatted data of a MerkleDag (links and data)
This commit is contained in:
jmjatlanta 2016-12-22 10:21:18 -05:00
parent 7fa0fc6a7b
commit da4b1f86f4
6 changed files with 132 additions and 27 deletions

View file

@ -7,3 +7,6 @@
* @returns true(1) on success
*/
int ipfs_exporter_to_file(const unsigned char* hash, const char* file_name, const struct FSRepo* fs_repo);
int ipfs_exporter_object_get(int argc, char** argv);