Interface AggregatedNodeSignaturesOrBuilder

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

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

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    * The aggregated signature.
    long
    getSigningNodeIds(int index)
    * In ascending order, the ids of the nodes that contributed signatures.
    int
    * In ascending order, the ids of the nodes that contributed signatures.
    * In ascending order, the ids of the nodes that contributed signatures.
    com.google.protobuf.ByteString
    * The hinTS key that this signature witnesses.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getAggregatedSignature

      com.google.protobuf.ByteString getAggregatedSignature()
       *
       The aggregated signature.
       
      bytes aggregated_signature = 1;
      Returns:
      The aggregatedSignature.
    • getSigningNodeIdsList

      List<Long> getSigningNodeIdsList()
       *
       In ascending order, the ids of the nodes that contributed signatures.
       
      repeated uint64 signing_node_ids = 2;
      Returns:
      A list containing the signingNodeIds.
    • getSigningNodeIdsCount

      int getSigningNodeIdsCount()
       *
       In ascending order, the ids of the nodes that contributed signatures.
       
      repeated uint64 signing_node_ids = 2;
      Returns:
      The count of signingNodeIds.
    • getSigningNodeIds

      long getSigningNodeIds(int index)
       *
       In ascending order, the ids of the nodes that contributed signatures.
       
      repeated uint64 signing_node_ids = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The signingNodeIds at the given index.
    • getVerificationKey

      com.google.protobuf.ByteString getVerificationKey()
       *
       The hinTS key that this signature witnesses.
       
      bytes verification_key = 3;
      Returns:
      The verificationKey.