Function verifyAttestationSignatures

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: VerifyAttestationSignaturesParameters
    • Optionaloptions: {
          getSignerFromProofOfIssuance?: (
              proofOfIssuance: {
                  message: string;
                  publicKey?: string;
                  signature: string;
                  signer: string;
              },
          ) => string;
      }

    Returns Promise<void>

MMNEPVFCICPMFPCPTTAAATR