Cid

value class Cid(val cid: String)

Links are encoded as IPFS Content Identifiers (CIDs), which have both binary and string representations. CIDs include a metadata code which indicates whether it links to a node (DAG-CBOR) or arbitrary binary data.

Constructors

Link copied to clipboard
constructor(cid: String)

Properties

Link copied to clipboard
val cid: String

Functions

Link copied to clipboard
open override fun toString(): String