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

org.hyperledger.fabric.protos.gossip.RemoteStateRequestOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: gossip/message.proto

package org.hyperledger.fabric.protos.gossip;

public interface RemoteStateRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:gossip.RemoteStateRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * uint64 start_seq_num = 1 [json_name = "startSeqNum"];
   * @return The startSeqNum.
   */
  long getStartSeqNum();

  /**
   * uint64 end_seq_num = 2 [json_name = "endSeqNum"];
   * @return The endSeqNum.
   */
  long getEndSeqNum();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy