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

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

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

package org.hyperledger.fabric.protos.peer;

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

  /**
   * 
   * The hash of the chaincode bytes
   * 
* * bytes hash = 1 [json_name = "hash"]; * @return The hash. */ com.google.protobuf.ByteString getHash(); /** *
   * A user friendly human readable name corresponding to the ID
   * 
* * string version = 2 [json_name = "version"]; * @return The version. */ java.lang.String getVersion(); /** *
   * A user friendly human readable name corresponding to the ID
   * 
* * string version = 2 [json_name = "version"]; * @return The bytes for version. */ com.google.protobuf.ByteString getVersionBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy