Class: VerificationKey
Part of the circuit Keypair . A verification key can be used to verify a Proof when you provide the correct public input.
Table of contents
Constructors
Methods
Constructors
constructor
• new VerificationKey()
Methods
verify
▸ verify(publicInput, proof): boolean
Parameters
| Name | Type |
|---|---|
publicInput | any[] |
proof | Proof |
Returns
boolean