Interface PreprocessingVoteOrBuilder

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

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

    Modifier and Type
    Method
    Description
    long
    * The id of any node that already voted for the exact keys that this node wanted to vote for.
    * The preprocessed keys this node is voting for.
     
    boolean
    * The id of any node that already voted for the exact keys that this node wanted to vote for.
    boolean
    * The preprocessed keys this node is voting for.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasPreprocessedKeys

      boolean hasPreprocessedKeys()
       *
       The preprocessed keys this node is voting for.
       
      .com.hedera.hapi.node.state.hints.PreprocessedKeys preprocessed_keys = 1;
      Returns:
      Whether the preprocessedKeys field is set.
    • getPreprocessedKeys

      PreprocessedKeys getPreprocessedKeys()
       *
       The preprocessed keys this node is voting for.
       
      .com.hedera.hapi.node.state.hints.PreprocessedKeys preprocessed_keys = 1;
      Returns:
      The preprocessedKeys.
    • hasCongruentNodeId

      boolean hasCongruentNodeId()
       *
       The id of any node that already voted for the exact keys
       that this node wanted to vote for.
       
      uint64 congruent_node_id = 2;
      Returns:
      Whether the congruentNodeId field is set.
    • getCongruentNodeId

      long getCongruentNodeId()
       *
       The id of any node that already voted for the exact keys
       that this node wanted to vote for.
       
      uint64 congruent_node_id = 2;
      Returns:
      The congruentNodeId.
    • getVoteCase