Skip to main content

Get Credential Revocation Status

Check whether a credential has been revoked or not.

Future<Map<String, dynamic>> getClaimRevocationStatus({
required String claimId,
required String genesisDid,
required String privateKey});

claimId is the ID of the credential.

The genesisDid is the unique ID of the identity.

The privateKey is the key used to access all the sensitive information from the identity and also to realize operations like generating proofs.