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