org.hyperledger.fabric.protos.peer.lifecycle.GetInstalledChaincodePackageResultOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: peer/lifecycle/lifecycle.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.peer.lifecycle;
public interface GetInstalledChaincodePackageResultOrBuilder extends
// @@protoc_insertion_point(interface_extends:lifecycle.GetInstalledChaincodePackageResult)
com.google.protobuf.MessageOrBuilder {
/**
* bytes chaincode_install_package = 1 [json_name = "chaincodeInstallPackage"];
* @return The chaincodeInstallPackage.
*/
com.google.protobuf.ByteString getChaincodeInstallPackage();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy