Skip to main content
Version: 2.1.0

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.

IPLD Build Node

The output is an IPLD node 3 object created using the specified value.