Added command ipfs object get [hash]
This will display the formatted data of a MerkleDag (links and data)
This commit is contained in:
parent
7fa0fc6a7b
commit
da4b1f86f4
6 changed files with 132 additions and 27 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue