• React hook which can be used on 3rd party application websites that parses and verifies a PCD representing a Semaphore signature proof.

    Parameters

    • pcdStr: string
    • onVerified: ((valid) => void)
        • (valid): void
        • Parameters

          • valid: boolean

          Returns void

    Returns {
        signatureProof: SemaphoreSignaturePCD | undefined;
    }

Generated using TypeDoc