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

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

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

package org.hyperledger.fabric.protos.gossip;

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

  /**
   * uint64 inc_num = 1 [json_name = "incNum"];
   * @return The incNum.
   */
  long getIncNum();

  /**
   * uint64 seq_num = 2 [json_name = "seqNum"];
   * @return The seqNum.
   */
  long getSeqNum();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy