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

com.hedera.hashgraph.sdk.proto.RosterOrBuilder Maven / Gradle / Ivy

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

// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;

public interface RosterOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.hedera.hapi.node.state.roster.Roster)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * 
   **
   * List of roster entries, one per consensus node.
   * <p>
   * This list SHALL contain roster entries in natural order of ascending node ids.
   * This list SHALL NOT be empty.<br/>
   * 
* * repeated .com.hedera.hapi.node.state.roster.RosterEntry roster_entries = 1; */ java.util.List getRosterEntriesList(); /** *
   **
   * List of roster entries, one per consensus node.
   * <p>
   * This list SHALL contain roster entries in natural order of ascending node ids.
   * This list SHALL NOT be empty.<br/>
   * 
* * repeated .com.hedera.hapi.node.state.roster.RosterEntry roster_entries = 1; */ com.hedera.hashgraph.sdk.proto.RosterEntry getRosterEntries(int index); /** *
   **
   * List of roster entries, one per consensus node.
   * <p>
   * This list SHALL contain roster entries in natural order of ascending node ids.
   * This list SHALL NOT be empty.<br/>
   * 
* * repeated .com.hedera.hapi.node.state.roster.RosterEntry roster_entries = 1; */ int getRosterEntriesCount(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy