You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
`callback` must follow `function (err, res) {}` signature, where `err` is an error if the operation was not successful. `res` will be an array of:
36
+
Where:
37
+
38
+
-`hash` is an IPFS multihash.
39
+
-`options` is an object that can contain the following keys:
40
+
-`type` - Return also the type of pin (direct, indirect or recursive)
41
+
42
+
`callback` must follow `function (err, pinset) {}` signature, where `err` is an error if the operation was not successful. `pinset` is an array of objects with keys `hash` and `type`.
38
43
39
44
If no `callback` is passed, a promise is returned.
0 commit comments