When verifying scanned PCDs, we want to check with the server, which knows about public keys when the client does not.

interface VerifyTicketRequest {
    pcd: string;
}

Properties

Properties

pcd: string

A PCD to verify. JSON-encoded SerializedPCD.

Generated using TypeDoc