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

org.hyperledger.fabric.protos.peer.ChaincodeInterestOrBuilder Maven / Gradle / Ivy

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

package org.hyperledger.fabric.protos.peer;

public interface ChaincodeInterestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:protos.ChaincodeInterest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .protos.ChaincodeCall chaincodes = 1 [json_name = "chaincodes"];
   */
  java.util.List 
      getChaincodesList();
  /**
   * repeated .protos.ChaincodeCall chaincodes = 1 [json_name = "chaincodes"];
   */
  org.hyperledger.fabric.protos.peer.ChaincodeCall getChaincodes(int index);
  /**
   * repeated .protos.ChaincodeCall chaincodes = 1 [json_name = "chaincodes"];
   */
  int getChaincodesCount();
  /**
   * repeated .protos.ChaincodeCall chaincodes = 1 [json_name = "chaincodes"];
   */
  java.util.List 
      getChaincodesOrBuilderList();
  /**
   * repeated .protos.ChaincodeCall chaincodes = 1 [json_name = "chaincodes"];
   */
  org.hyperledger.fabric.protos.peer.ChaincodeCallOrBuilder getChaincodesOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy