Interface TssVoteMapKeyOrBuilder

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

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

    Modifier and Type
    Method
    Description
    long
    * The node id of the node that created the TssVote.<br/> This id uniquely identifies the node.
    com.google.protobuf.ByteString
    * A hash of the target roster for the associated value in the map.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getRosterHash

      com.google.protobuf.ByteString getRosterHash()
       *
       A hash of the target roster for the associated value in the map. <br/>
       This hash uniquely identifies the target roster.
       <p>
       This value MUST be set.<br/>
       This value MUST contain a valid hash.
       
      bytes roster_hash = 1;
      Returns:
      The rosterHash.
    • getNodeId

      long getNodeId()
       * The node id of the node that created the TssVote.<br/>
       This id uniquely identifies the node.
       <p>
       This value MUST be set.<br/>
       This value MUST be a valid node id.
       
      uint64 node_id = 2;
      Returns:
      The nodeId.