All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hyperledger.fabric.protos.peer.SignedSnapshotRequestOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: peer/snapshot.proto

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