org.hyperledger.fabric.protos.peer.SignedSnapshotRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: peer/snapshot.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.peer;
public interface SignedSnapshotRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:protos.SignedSnapshotRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* The bytes of SnapshotRequest or SnapshotQuery
*
*
* bytes request = 1 [json_name = "request"];
* @return The request.
*/
com.google.protobuf.ByteString getRequest();
/**
*
* Signaure over request bytes; this signature is to be verified against the client identity
*
*
* bytes signature = 2 [json_name = "signature"];
* @return The signature.
*/
com.google.protobuf.ByteString getSignature();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy