Web3S_Demo > IPLD Function Library > IPLD Try Build Link Node

IPLD Try Build Link Node

Attempts to build an IPLD Node.
Only CIDv0 (base58) and CIDv1 (base32, base36) values are allowed.

Inputs

In
Exec

Value
String

Value to assign to the node.

Outer
Object Reference

Object that will be node's outer.

Outputs

Out
Exec

Link Node
IPLD Node Object Reference

if successful, the created node, nullptr otherwise.

Success
Boolean

True if creating the node was successful, false otherwise.