Interface HistoryProofSignatureTransactionBodyOrBuilder

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

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

    Modifier and Type
    Method
    Description
    long
    * The id of the proof construction this signature is contributing to.
    * This node's signature on its computed history.
    boolean
    * This node's signature on its computed history.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getConstructionId

      long getConstructionId()
       *
       The id of the proof construction this signature is contributing to.
       
      uint64 construction_id = 1;
      Returns:
      The constructionId.
    • hasSignature

      boolean hasSignature()
       *
       This node's signature on its computed history.
       
      .com.hedera.hapi.node.state.history.HistorySignature signature = 2;
      Returns:
      Whether the signature field is set.
    • getSignature

      HistorySignature getSignature()
       *
       This node's signature on its computed history.
       
      .com.hedera.hapi.node.state.history.HistorySignature signature = 2;
      Returns:
      The signature.