interface PendingPCD {
    hash: string;
    pcdType: string;
    status: PendingPCDStatus;
}

Properties

Properties

hash: string

A hash of the ProveRequest using hashProveRequest. Stored to avoid people re-sending the same request many times and clogging the proving queue.

pcdType: string

The type of PCD that a server is producing a proof for.

Current status of the pending PCD using PendingPCDStatus enum.

Generated using TypeDoc