Type alias RevocationDataOther

RevocationDataOther: {
    credentialPubKey: HexString;
    reason?: string;
    revocationPubKey: HexString;
    signingData: SigningData;
}

Revocation data for revocations done by other revocation entities

Type declaration

  • credentialPubKey: HexString

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

  • Optional reason?: string

    An optional reason for the revocation

  • revocationPubKey: HexString

    The public key of the revoker (hex encoded)

  • signingData: SigningData

    The data signed

Generated using TypeDoc