From d893f1e467f205936e728330c18921e0a48917c3 Mon Sep 17 00:00:00 2001
From: Rob Knight
- {JSONBig.stringify(proof, null, 2)}
+ {JSONBig.stringify(proveResult, null, 2)}
)}
{`
-const verified = await z.gpc.verify(proof);
+const verified = await z.gpc.verify(proof, config, revealedClaims, request);
`}
>( proof: GPCProof, + config: GPCBoundConfig, revealedClaims: GPCRevealedClaims, proofRequest: PodspecProofRequest
): Promise