com.hederahashgraph.api.proto.java.RoundRosterPairOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: state/roster/roster_state.proto
package com.hederahashgraph.api.proto.java;
public interface RoundRosterPairOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.hedera.hapi.node.state.roster.RoundRosterPair)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* The round number.
* <p>
* This value SHALL be the round number of the consensus round in which this roster became active.
*
*
* uint64 round_number = 1;
* @return The roundNumber.
*/
long getRoundNumber();
/**
*
**
* The SHA-384 hash of the active roster for the given round number.
* <p>
* This value SHALL be the hash of the active roster used for the round.
*
*
* bytes active_roster_hash = 2;
* @return The activeRosterHash.
*/
com.google.protobuf.ByteString getActiveRosterHash();
}