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

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

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

package org.hyperledger.fabric.protos.peer;

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

  /**
   * 
   * The ID of the chaincode to target.
   * 
* * .protos.ChaincodeID chaincode_id = 2 [json_name = "chaincodeId"]; * @return Whether the chaincodeId field is set. */ boolean hasChaincodeId(); /** *
   * The ID of the chaincode to target.
   * 
* * .protos.ChaincodeID chaincode_id = 2 [json_name = "chaincodeId"]; * @return The chaincodeId. */ org.hyperledger.fabric.protos.peer.ChaincodeID getChaincodeId(); /** *
   * The ID of the chaincode to target.
   * 
* * .protos.ChaincodeID chaincode_id = 2 [json_name = "chaincodeId"]; */ org.hyperledger.fabric.protos.peer.ChaincodeIDOrBuilder getChaincodeIdOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy