All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hyperledger.fabric.protos.common.MSPIdentityAnonymityOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.3.3
Show newest version
// 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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy