org.hyperledger.fabric.protos.gateway.SignedChaincodeEventsRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: gateway/gateway.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.gateway;
public interface SignedChaincodeEventsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:gateway.SignedChaincodeEventsRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* Serialized ChaincodeEventsRequest message.
*
*
* bytes request = 1 [json_name = "request"];
* @return The request.
*/
com.google.protobuf.ByteString getRequest();
/**
*
* Signature for request message.
*
*
* bytes signature = 2 [json_name = "signature"];
* @return The signature.
*/
com.google.protobuf.ByteString getSignature();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy