Interface HintsKeyPublicationTransactionBodyOrBuilder

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

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

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    * The party's hinTS key.
    int
    * The number of parties in the hinTS scheme.
    int
    * The party id for which the hinTS key is being published; must be in the range [0, num_parties).

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getPartyId

      int getPartyId()
       *
       The party id for which the hinTS key is being published;
       must be in the range [0, num_parties).
       <p>
       This value MUST be set to a non-negative integer.<br/>
       
      uint32 party_id = 1;
      Returns:
      The partyId.
    • getNumParties

      int getNumParties()
       *
       The number of parties in the hinTS scheme.
       
      uint32 num_parties = 2;
      Returns:
      The numParties.
    • getHintsKey

      com.google.protobuf.ByteString getHintsKey()
       *
       The party's hinTS key.
       
      bytes hints_key = 3;
      Returns:
      The hintsKey.