org.hyperledger.fabric.protos.peer.lifecycle.InstallChaincodeArgsOrBuilder 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 InstallChaincodeArgsOrBuilder extends
// @@protoc_insertion_point(interface_extends:lifecycle.InstallChaincodeArgs)
com.google.protobuf.MessageOrBuilder {
/**
*
* This should be a marshaled lifecycle.ChaincodePackage
*
*
* bytes chaincode_install_package = 1 [json_name = "chaincodeInstallPackage"];
* @return The chaincodeInstallPackage.
*/
com.google.protobuf.ByteString getChaincodeInstallPackage();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy