Interface: ProofVerifierOptions

The options for the proof verifier.

Extended by

Properties

challenge?

optional challenge?: string

The challenge that the proof is expected to have. If the proof has a challenge, this value should be the same as the challenge in the proof.


domain?

optional domain?: string

The domain that the proof is expected to be used in. If the proof has a domain, this value should be the same as the domain in the proof.


expectedProofPurpose?

optional expectedProofPurpose?: string

The expected proof purpose.