IPLD Function Library.
| Object |
| Blueprint Function Library |
| Module | Web3S_Ipld_Runtime |
| Header | Plugins/Web3S_Plugin/Source/Web3S_Ipld_Runtime/Public/Ipld/Lib/Web3S_IpldFunctionLibrary.h |
| Source | Plugins/Web3S_Plugin/Source/Web3S_Ipld_Runtime/Private/Ipld/Lib/Web3S_IpldFunctionLibrary.cpp |
| Include | Ipld/Lib/Web3S_IpldFunctionLibrary.h |
| IPLD Build Boolean Node | Builds an IPLD Node. |
| IPLD Build Bytes Node | Builds an IPLD Node. |
| IPLD Build Float Node | Builds an IPLD Node. |
| IPLD Build Integer Node | Builds an IPLD Node. |
| IPLD Build List Node | Builds an IPLD Node. |
| IPLD Build Map Node | Builds an IPLD Node. |
| IPLD Build Null Node | Builds an IPLD Node. |
| IPLD Build String Node | Builds an IPLD Node. |
| IPLD Try Build Link Node | Attempts to build an IPLD Node. Only CIDv0 (base58) and CIDv1 (base32, base36) values are allowed. |
| IPLD Try Build Raw Link Node | Attempts to build an IPLD Node using a raw (binary) CID. Only CIDv0 and CIDv1 values are allowed. CIDv0 will be encoded using base58, CIDv1 will be encoded using base32 or base36 if multicodec is libp2p-key (0x72) which corresponds to an IPNS name. |