Interface RoundRosterPairOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
RoundRosterPair, RoundRosterPair.Builder

@Generated public interface RoundRosterPairOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    * The SHA-384 hash of the active roster for the given round number.
    long
    * The round number.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getRoundNumber

      long getRoundNumber()
       *
       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;
      Returns:
      The roundNumber.
    • getActiveRosterHash

      com.google.protobuf.ByteString getActiveRosterHash()
       *
       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;
      Returns:
      The activeRosterHash.