org.hyperledger.fabric.protos.common.MSPIdentityAnonymityOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: msp/msp_principal.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.common;
public interface MSPIdentityAnonymityOrBuilder extends
// @@protoc_insertion_point(interface_extends:common.MSPIdentityAnonymity)
com.google.protobuf.MessageOrBuilder {
/**
* .common.MSPIdentityAnonymity.MSPIdentityAnonymityType anonymity_type = 1 [json_name = "anonymityType"];
* @return The enum numeric value on the wire for anonymityType.
*/
int getAnonymityTypeValue();
/**
* .common.MSPIdentityAnonymity.MSPIdentityAnonymityType anonymity_type = 1 [json_name = "anonymityType"];
* @return The anonymityType.
*/
org.hyperledger.fabric.protos.common.MSPIdentityAnonymity.MSPIdentityAnonymityType getAnonymityType();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy