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

com.hedera.hapi.block.stream.input.protoc.RoundHeaderOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.57.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: stream/input/round_header.proto

package com.hedera.hapi.block.stream.input.protoc;

public interface RoundHeaderOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.hedera.hapi.block.stream.input.RoundHeader)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   **
   * A round number.<br/>
   * This is the number assigned to the round for consensus.
   * 
* * uint64 round_number = 1; * @return The roundNumber. */ long getRoundNumber(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy