File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ var node = new ipfsMDAG.DAGNode([<data>, <[links]>])
63
63
64
64
##### addRawLink
65
65
66
- > creates a link on node A to node B by using direclty node B multihash
66
+ > creates a link on node A to node B by using directly node B multihash
67
67
68
68
##### updateNodeLink
69
69
@@ -84,7 +84,11 @@ var node = new ipfsMDAG.DAGNode([<data>, <[links]>])
84
84
85
85
##### size
86
86
87
- > size of the node. This is a property, not a function
87
+ > (property) size of the node, in bytes
88
+
89
+ ##### links
90
+
91
+ > (property) an array of ` DAGLink ` s belonging to the node
88
92
89
93
##### multihash
90
94
@@ -96,7 +100,7 @@ var node = new ipfsMDAG.DAGNode([<data>, <[links]>])
96
100
97
101
##### unMarshal
98
102
99
- > desirializes a probuf serialized node
103
+ > deserializes a node encoded using protobuf
100
104
101
105
##### (used internally) getPBNode
102
106
You can’t perform that action at this time.
0 commit comments