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

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

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: common/configuration.proto
// Protobuf Java Version: 4.28.2

package org.hyperledger.fabric.protos.common;

public interface OrderersOrBuilder extends
    // @@protoc_insertion_point(interface_extends:common.Orderers)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .common.Consenter consenter_mapping = 1 [json_name = "consenterMapping"];
   */
  java.util.List 
      getConsenterMappingList();
  /**
   * repeated .common.Consenter consenter_mapping = 1 [json_name = "consenterMapping"];
   */
  org.hyperledger.fabric.protos.common.Consenter getConsenterMapping(int index);
  /**
   * repeated .common.Consenter consenter_mapping = 1 [json_name = "consenterMapping"];
   */
  int getConsenterMappingCount();
  /**
   * repeated .common.Consenter consenter_mapping = 1 [json_name = "consenterMapping"];
   */
  java.util.List 
      getConsenterMappingOrBuilderList();
  /**
   * repeated .common.Consenter consenter_mapping = 1 [json_name = "consenterMapping"];
   */
  org.hyperledger.fabric.protos.common.ConsenterOrBuilder getConsenterMappingOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy