Type alias RevokeCredentialEvent

RevokeCredentialEvent: {
    credentialPubKey: HexString;
    reason?: string;
    revoker: Revoker;
    type: RevokeCredential;
}

A RevokeCredential event from the CIS-4 standard

Type declaration

  • credentialPubKey: HexString

    The public key of the revoked credential (hex encoded)

  • Optional reason?: string

    An optional reason for the revocation

  • revoker: Revoker

    The revoker that revoked the credential

  • type: RevokeCredential

    The type of the event

Generated using TypeDoc