We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8a8d4a commit 079cf4eCopy full SHA for 079cf4e
README.md
@@ -26,7 +26,7 @@ MerkleNode addResult = udfs.push(file).get(0);
26
27
To get a file use:
28
```Java
29
-Multihash filePointer = Multihash.fromBase58("QmPZ9gcCEpqKTo6aq61g2nXGUhM4iCL3ewB6LDXZCtioEB");
+Multihash filePointer = Multihash.fromBase58("hash值");
30
byte[] fileContents = udfs.cat(filePointer);
31
```
32
0 commit comments