@@ -106,7 +106,7 @@ If no `callback` is passed, a promise is returned.
106
106
107
107
##### ` JavaScript ` - ipfs.object.get(multihash, [ options, callback] )
108
108
109
- ` multihash ` is a [ multihash] ( ) which can be passed as:
109
+ ` multihash ` is a [ multihash] [ ] which can be passed as:
110
110
111
111
- Buffer, the raw Buffer of the multihash (or of and encoded version)
112
112
- String, the toString version of the multihash (or of an encoded version)
@@ -126,7 +126,7 @@ If no `callback` is passed, a promise is returned.
126
126
##### ` Go ` ** WIP**
127
127
128
128
##### ` JavaScript ` - ipfs.object.data(multihash, [ options, callback] )
129
- ` multihash ` is a [ multihash] ( ) which can be passed as:
129
+ ` multihash ` is a [ multihash] [ ] which can be passed as:
130
130
131
131
- Buffer, the raw Buffer of the multihash (or of and encoded version)
132
132
- String, the toString version of the multihash (or of an encoded version)
@@ -147,7 +147,7 @@ If no `callback` is passed, a promise is returned.
147
147
148
148
##### ` JavaScript ` - ipfs.object.links(multihash, [ options, callback] )
149
149
150
- ` multihash ` is a [ multihash] ( ) which can be passed as:
150
+ ` multihash ` is a [ multihash] [ ] which can be passed as:
151
151
152
152
- Buffer, the raw Buffer of the multihash (or of and encoded version)
153
153
- String, the toString version of the multihash (or of an encoded version)
@@ -172,7 +172,7 @@ If no `callback` is passed, a promise is returned.
172
172
173
173
##### ` JavaScript ` - ipfs.object.stat(multihash, [ options, callback] )
174
174
175
- ` multihash ` is a [ multihash] ( ) which can be passed as:
175
+ ` multihash ` is a [ multihash] [ ] which can be passed as:
176
176
177
177
- Buffer, the raw Buffer of the multihash (or of and encoded version)
178
178
- String, the toString version of the multihash (or of an encoded version)
@@ -212,7 +212,7 @@ If no `callback` is passed, a promise is returned.
212
212
213
213
##### ` JavaScript ` - ipfs.object.patch.addLink(multihash, DAGLink, [ options, callback] )
214
214
215
- ` multihash ` is a [ multihash] ( ) which can be passed as:
215
+ ` multihash ` is a [ multihash] [ ] which can be passed as:
216
216
217
217
- Buffer, the raw Buffer of the multihash (or of and encoded version)
218
218
- String, the toString version of the multihash (or of an encoded version)
@@ -239,7 +239,7 @@ If no `callback` is passed, a promise is returned.
239
239
240
240
##### ` JavaScript ` - ipfs.object.patch.rmLink(multihash, DAGLink, [ options, callback] )
241
241
242
- ` multihash ` is a [ multihash] ( ) which can be passed as:
242
+ ` multihash ` is a [ multihash] [ ] which can be passed as:
243
243
244
244
- Buffer, the raw Buffer of the multihash (or of and encoded version)
245
245
- String, the toString version of the multihash (or of an encoded version)
@@ -266,7 +266,7 @@ If no `callback` is passed, a promise is returned.
266
266
267
267
##### ` JavaScript ` - ipfs.object.patch.appendData(multihash, data, [ options, callback] )
268
268
269
- ` multihash ` is a [ multihash] ( ) which can be passed as:
269
+ ` multihash ` is a [ multihash] [ ] which can be passed as:
270
270
271
271
- Buffer, the raw Buffer of the multihash (or of and encoded version)
272
272
- String, the toString version of the multihash (or of an encoded version)
@@ -293,7 +293,7 @@ If no `callback` is passed, a promise is returned.
293
293
294
294
##### ` JavaScript ` - ipfs.object.patch.setData(multihash, data, [ options, callback] )
295
295
296
- ` multihash ` is a [ multihash] ( ) which can be passed as:
296
+ ` multihash ` is a [ multihash] [ ] which can be passed as:
297
297
298
298
- Buffer, the raw Buffer of the multihash (or of and encoded version)
299
299
- String, the toString version of the multihash (or of an encoded version)
@@ -310,3 +310,4 @@ If no `callback` is passed, a promise is returned.
310
310
311
311
312
312
[ DAGNode ] : https://github.com/vijayee/js-ipfs-merkle-dag
313
+ [ multihash ] : http://github.com/jbenet/multihash
0 commit comments