final case class ProtoRevokeCredentials(previousOperationHash: ByteString, credentialBatchId: String, credentialsToRevoke: Seq[ByteString], unknownFields: UnknownFieldSet) extends GeneratedMessage
Specifies the credentials to revoke (the whole batch, or just a subset of it).
Value parameters
credentialBatchId
The corresponding batch ID, as returned in IssueCredentialBatchResponse.
credentialsToRevoke
The hashes of the credentials to revoke. If empty, the full batch is revoked.