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.

  • Parameters

    • body: Omit<iAttestationsProof<NumberType>,
          | "anchors"
          | "holders"
          | "updateHistory"
          | "credential"
          | "entropies">
    • OptionalderivedProof: boolean

    Returns Promise<void>