Type alias RevocationDataHolder

RevocationDataHolder: {
    credentialPubKey: HexString;
    reason?: string;
    signingData: SigningData;
}

Revocation data for revocations done by the credential holder

Type declaration

  • credentialPubKey: HexString

    The public key of the credential to revoke (hex encoded)

  • Optional reason?: string

    An optional reason for the revocation

  • signingData: SigningData

    The signing metadata of the revocation

Generated using TypeDoc