Creation
IPLD Build Node
functions create an IPLD
node of a specific Kind
.
These functions require inputs as follows:
Value
1 : Variable (Kind Dependant), the initial value of the node.
There is also an additional optional input:
Outer
2 : Object, the outer object of the node (since nodes are objects themselves). Leaving this empty will result in a transient object.
The output is an IPLD node 3 object created using the specified value.