Interface RecordedHistorySignatureOrBuilder

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

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

    Modifier and Type
    Method
    Description
    * The signature on some new history.
    * The time at which the signature was recorded.
    boolean
    * The signature on some new history.
    boolean
    * The time at which the signature was recorded.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasSigningTime

      boolean hasSigningTime()
       *
       The time at which the signature was recorded.
       
      .proto.Timestamp signing_time = 1;
      Returns:
      Whether the signingTime field is set.
    • getSigningTime

      Timestamp getSigningTime()
       *
       The time at which the signature was recorded.
       
      .proto.Timestamp signing_time = 1;
      Returns:
      The signingTime.
    • hasHistorySignature

      boolean hasHistorySignature()
       *
       The signature on some new history.
       
      .com.hedera.hapi.node.state.history.HistorySignature history_signature = 2;
      Returns:
      Whether the historySignature field is set.
    • getHistorySignature

      HistorySignature getHistorySignature()
       *
       The signature on some new history.
       
      .com.hedera.hapi.node.state.history.HistorySignature history_signature = 2;
      Returns:
      The historySignature.