org.hyperledger.fabric.protos.common.MSPIdentityAnonymityOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fabric-protos Show documentation
Show all versions of fabric-protos Show documentation
PROTO library for fabric-protos
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: msp/msp_principal.proto
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();
}