Interface NodeActivityOrBuilder

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

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

    Modifier and Type
    Method
    Description
    long
    * A node identifier.
    long
    * A count of rounds.<br/> This is the count of rounds so far, in this staking period in which the node identified by `node_id` did not create judges.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getNodeId

      long getNodeId()
       *
       A node identifier.
       
      uint64 node_id = 1;
      Returns:
      The nodeId.
    • getNumMissedJudgeRounds

      long getNumMissedJudgeRounds()
       *
       A count of rounds.<br/>
       This is the count of rounds so far, in this staking period in which the node identified
       by `node_id` did not create judges.
       
      uint64 num_missed_judge_rounds = 2;
      Returns:
      The numMissedJudgeRounds.