com.hedera.hapi.block.stream.input.protoc.RoundHeaderOrBuilder Maven / Gradle / Ivy
// 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