com.hedera.hashgraph.sdk.proto.RoundRosterPairOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-full Show documentation
Show all versions of sdk-full Show documentation
Hedera™ Hashgraph SDK for Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: roster_state.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
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();
}