Skip to main content

CredentialWallet.getRevocationStatusFromCredential() method

Fetches or Builds a revocation status for a given credential Supported types for credentialStatus field: SparseMerkleTreeProof, Iden3ReverseSparseMerkleTreeProof

Signature:

getRevocationStatusFromCredential(cred: W3CCredential): Promise<RevocationStatus>;

Parameters

ParameterTypeDescription
credW3CCredentialcredential for which lib should build revocation status

Returns:

Promise<RevocationStatus>

Promise<RevocationStatus>