ZeroKnowledgeProofResponse type
ZeroKnowledgeProofResponse represents structure of zkp response
Signature:
export type ZeroKnowledgeProofResponse = {
id: number;
circuitId: string;
vp?: object;
} & ZKProof;
ZeroKnowledgeProofResponse represents structure of zkp response
Signature:
export type ZeroKnowledgeProofResponse = {
id: number;
circuitId: string;
vp?: object;
} & ZKProof;