Type alias RevokeCredentialIssuerParam

RevokeCredentialIssuerParam: {
    additionalData: HexString;
    credHolderPubKey: HexString;
    reason?: string;
}

Data needed for the revokeCredentialIssuer update

Type declaration

  • additionalData: HexString

    Any additional data to include in the parameter (hex encoded)

  • credHolderPubKey: HexString

    The public key of the credential holder (hex encoded)

  • Optional reason?: string

    An optional reason for the revocation

Generated using TypeDoc