Interface HistorySignatureOrBuilder

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

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

    Modifier and Type
    Method
    Description
    * The new history the node is signing.
    com.google.protobuf.ByteString
    * The node's signature on the canonical serialization of the new history.
    boolean
    * The new history the node is signing.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasHistory

      boolean hasHistory()
       *
       The new history the node is signing.
       
      .com.hedera.hapi.node.state.history.History history = 1;
      Returns:
      Whether the history field is set.
    • getHistory

      History getHistory()
       *
       The new history the node is signing.
       
      .com.hedera.hapi.node.state.history.History history = 1;
      Returns:
      The history.
    • getSignature

      com.google.protobuf.ByteString getSignature()
       *
       The node's signature on the canonical serialization of
       the new history.
       
      bytes signature = 2;
      Returns:
      The signature.