• Wraps the given serialized PCD in an UnknownPCD, with an ID derived via a best-effort attempt to determine the original ID, or a stable ID (see derivePCDID).

    Parameters

    • serialized: SerializedPCD<PCD<unknown, unknown>>

      the serialized PCD to examine

    • Optional error: unknown

      the error from deserialization, if any

    Returns UnknownPCD

    an UnknownPCD containing the given PCD in its claims

Generated using TypeDoc