Interface HintsKeySetOrBuilder

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

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

    Modifier and Type
    Method
    Description
    * The consensus time at which the network adopted the active hinTS key in this set.
    com.google.protobuf.ByteString
    * The party's active hinTS key.
    com.google.protobuf.ByteString
    * If set, the new hinTS key the node wants to use when the next construction begins.
    long
    * The id of the node submitting these keys.
    boolean
    * The consensus time at which the network adopted the active hinTS key in this set.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getNodeId

      long getNodeId()
       *
       The id of the node submitting these keys.
       
      uint64 node_id = 1;
      Returns:
      The nodeId.
    • hasAdoptionTime

      boolean hasAdoptionTime()
       *
       The consensus time at which the network adopted the active
       hinTS key in this set.
       
      .proto.Timestamp adoption_time = 2;
      Returns:
      Whether the adoptionTime field is set.
    • getAdoptionTime

      Timestamp getAdoptionTime()
       *
       The consensus time at which the network adopted the active
       hinTS key in this set.
       
      .proto.Timestamp adoption_time = 2;
      Returns:
      The adoptionTime.
    • getKey

      com.google.protobuf.ByteString getKey()
       *
       The party's active hinTS key.
       
      bytes key = 3;
      Returns:
      The key.
    • getNextKey

      com.google.protobuf.ByteString getNextKey()
       *
       If set, the new hinTS key the node wants to use when
       the next construction begins.
       
      bytes next_key = 4;
      Returns:
      The nextKey.