All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hedera.hapi.platform.state.legacy.MinimumJudgeInfoOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.57.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: state/platform_state.proto

package com.hedera.hapi.platform.state.legacy;

public interface MinimumJudgeInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.hedera.hapi.platform.state.MinimumJudgeInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   **
   * A consensus round.<br/>
   * The round this judge information applies to.
   * 
* * uint64 round = 1; * @return The round. */ long getRound(); /** *
   **
   * This is a minimum ancient threshold for all judges for a given round.
   * The value should be interpreted as a generation if the birth
   * round migration is not yet completed, and a birth round thereafter.
   * <p>
   * This SHALL reflect the relevant minimum threshold, whether
   * generation-based or birth-round-based.
   * 
* * uint64 minimum_judge_ancient_threshold = 2; * @return The minimumJudgeAncientThreshold. */ long getMinimumJudgeAncientThreshold(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy