Interface RosterSignaturesOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getNodeSignatures(int index)
    * A list of node signatures on the same message where all node ids in the NodeSignature objects are from the roster that the roster_hash represents.
    int
    * A list of node signatures on the same message where all node ids in the NodeSignature objects are from the roster that the roster_hash represents.
    * A list of node signatures on the same message where all node ids in the NodeSignature objects are from the roster that the roster_hash represents.
    com.google.protobuf.ByteString
    * A roster hash for the roster that the node signatures are from.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getRosterHash

      com.google.protobuf.ByteString getRosterHash()
       *
       A roster hash for the roster that the node signatures are from.
       
      bytes roster_hash = 1;
      Returns:
      The rosterHash.
    • getNodeSignaturesList

      List<NodeSignature> getNodeSignaturesList()
       *
       A list of node signatures on the same message where all node ids in the
       NodeSignature objects are from the roster that the roster_hash represents.
       
      repeated .com.hedera.hapi.node.state.roster.NodeSignature node_signatures = 2;
    • getNodeSignatures

      NodeSignature getNodeSignatures(int index)
       *
       A list of node signatures on the same message where all node ids in the
       NodeSignature objects are from the roster that the roster_hash represents.
       
      repeated .com.hedera.hapi.node.state.roster.NodeSignature node_signatures = 2;
    • getNodeSignaturesCount

      int getNodeSignaturesCount()
       *
       A list of node signatures on the same message where all node ids in the
       NodeSignature objects are from the roster that the roster_hash represents.
       
      repeated .com.hedera.hapi.node.state.roster.NodeSignature node_signatures = 2;