org.hyperledger.fabric.protos.gossip.RemoteStateRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: gossip/message.proto
// Protobuf Java Version: 4.28.2
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