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

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

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

package org.hyperledger.fabric.protos.peer;

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

  /**
   * 
   * hash of ChaincodeDeploymentSpec.code_package
   * 
* * bytes hash = 1 [json_name = "hash"]; * @return The hash. */ com.google.protobuf.ByteString getHash(); /** *
   * hash of ChaincodeID.name + ChaincodeID.version
   * 
* * bytes metadatahash = 2 [json_name = "metadatahash"]; * @return The metadatahash. */ com.google.protobuf.ByteString getMetadatahash(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy