Defines the Unknown PCD's claim, which contains the wrapped PCD.

interface UnknownPCDClaim {
    error?: unknown;
    serializedPCD: SerializedPCD<PCD<unknown, unknown>>;
}

Properties

error?: unknown

The deserialization error which lead to the creation of this UnknownPCD wrapper.

serializedPCD: SerializedPCD<PCD<unknown, unknown>>

The serialized PCD wrapped by this UnknownPCD.

Generated using TypeDoc