Function verifyAttestationsPresentationSignatures

Verifies the attestations proofs well-formedness and signatures. This does not require a call to the BitBadges API. Note this only verifies the signatures / validity of the proofs. You are responsible for checking the contents of the proofs and everything else

Alias of verifyAttestation

Note this only works if scheme = 'bbs' or 'standard' (the BitBadges native ones).

  • Parameters

    • body: VerifyAttestationsPresentationSignaturesPayload

    Returns Promise<void>