Verify

Important

Before you verify the VC please ensure you have created the message array.

Verify the VC which is provided by the Issuer using blsVerify method to ensure its autheticity.

await blsVerify({
  publicKey: publicKey,
  messages: vcmessages,
  signature,
});

Next Up: Set revealed indexes →