Interface HintsPartialSignatureTransactionBodyOrBuilder

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

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

    Modifier and Type
    Method
    Description
    long
    * The id of the hinTS construction this partial signature applies to.
    com.google.protobuf.ByteString
    * The message being signed.
    com.google.protobuf.ByteString
    * The node's partial signature on the message.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getConstructionId

      long getConstructionId()
       *
       The id of the hinTS construction this partial signature applies to.
       (The size of the target roster for this construction implies what
       hinTS party id the submitting node has in the construction; and
       hence also what weight the node's signature has.)
       
      uint64 construction_id = 1;
      Returns:
      The constructionId.
    • getMessage

      com.google.protobuf.ByteString getMessage()
       *
       The message being signed.
       
      bytes message = 2;
      Returns:
      The message.
    • getPartialSignature

      com.google.protobuf.ByteString getPartialSignature()
       *
       The node's partial signature on the message.
       
      bytes partial_signature = 3;
      Returns:
      The partialSignature.